Lines Matching defs:TestRenderPassConfig
350 struct TestRenderPassConfig struct
352 TestRenderPassConfig(void) : testFunction(false) in TestRenderPassConfig() function
356 …TestRenderPassConfig(const TextureSourcesType textureSourcesTypeValue, FBOConfig fboConfigListValu… in TestRenderPassConfig() function
368 …TestRenderPassConfig(const TextureSourcesType textureSourcesTypeValue, FBOConfig fboConfigListValu… in TestRenderPassConfig() function
380 …TestRenderPassConfig(const TextureSourcesType textureSourcesTypeValue, std::vector<FBOConfig> fboC… in TestRenderPassConfig() function
392 ~TestRenderPassConfig(void) in ~TestRenderPassConfig()
396 TextureSourcesType textureSourcesType;
397 std::vector<FBOConfig> fboConfigList;
398 FramebufferSRGB framebufferSRGB;
399 FramebufferBlend frameBufferBlend;
400 TestFunction testFunction;
401 RendererTask rendererTask;