Searched refs:useSrgbFbo (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 115 bool useSrgbFbo); 153 bool useSrgbFbo) in BlendCase() argument 157 , m_useSrgbFbo (useSrgbFbo) in BlendCase() 404 bool useSrgbFbo = useSrgbFboI != 0; in init() local 405 …Group* fbGroup = new TestCaseGroup(m_context, useSrgbFbo ? "fbo_srgb" : "default_framebuffer", us… in init() 437 …roup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init() 486 …roup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init() 510 …roup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init()
|