OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthWriteMaskTestCase
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp
410
class
DepthWriteMaskTestCase
: public ApiCase
413
DepthWriteMaskTestCase
(Context& context, StateVerifier* verifier, const char* name, const char* description)
590
FOR_EACH_VERIFIER(normalVerifiers, addChild(new
DepthWriteMaskTestCase
(m_context, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), "DEPTH_WRITEMASK")));
/external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp
450
class
DepthWriteMaskTestCase
: public ApiCase
453
DepthWriteMaskTestCase
(Context& context, StateVerifier* verifier, const char* name, const char* description)
786
FOR_EACH_VERIFIER(normalVerifiers, addChild(new
DepthWriteMaskTestCase
(m_context, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), "DEPTH_WRITEMASK")));
Completed in 40 milliseconds