Home
last modified time | relevance | path

Searched defs:TestRenderPassConfig (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp350 struct TestRenderPassConfig struct
352 TestRenderPassConfig(void) : testFunction(false) in TestRenderPassConfig() argument
356TestRenderPassConfig(const TextureSourcesType textureSourcesTypeValue, FBOConfig fboConfigListValu… in TestRenderPassConfig() function
368TestRenderPassConfig(const TextureSourcesType textureSourcesTypeValue, FBOConfig fboConfigListValu… in TestRenderPassConfig() function
380TestRenderPassConfig(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;
[all …]