Searched refs:useSrgbFbo (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 115 bool useSrgbFbo); 153 bool useSrgbFbo) in BlendCase() 157 , m_useSrgbFbo (useSrgbFbo) in BlendCase() 404 bool useSrgbFbo = useSrgbFboI != 0; in init() local 405 TestCaseGroup* fbGroup = new TestCaseGroup(m_context, useSrgbFbo ? "fbo_srgb" : "default_framebuffer", useSrgbFbo ? "Use a FBO with GL_SRGB8_ALPHA8" : "Use the default framebuffer"); in init() 437 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init() 486 curGroup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init() 510 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init() 149 BlendCase(Context& context, const char* name, const char* desc, const vector<BlendParams>& paramSets, bool useSrgbFbo) BlendCase() argument
|
Completed in 2 milliseconds