Home
last modified time | relevance | path

Searched refs:executeDrawCall (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp1080 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
1142 virtual void executeDrawCall(glw::GLuint test_case_index);
2108 virtual void executeDrawCall(glw::GLuint test_case_index);
3416 using BufferTestBase::executeDrawCall;
3417 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
3478 using BufferTestBase::executeDrawCall;
3479 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
4238 using BufferTestBase::executeDrawCall;
4240 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index);
4442 using BufferTestBase::executeDrawCall;
[all …]
Dgl4cEnhancedLayoutsTests.cpp5580 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::BufferTestBase
5774 bool result = executeDrawCall((program.m_tess_eval.m_id != 0), test_case_index); in test()
6386 void TextureTestBase::executeDrawCall(GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::TextureTestBase
7593 executeDrawCall(test_case_index); in test()
7784 executeDrawCall(test_case_index); in test()
12545 void VertexAttribLocationsTest::executeDrawCall(GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::VertexAttribLocationsTest
20036 bool XFBStrideOfEmptyListTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest
20327 bool XFBStrideOfEmptyListAndAPITest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest
24519 bool XFBStrideTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideTest
25898 bool XFBCaptureInactiveOutputVariableTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_… in test() function in gl4cts::EnhancedLayouts::XFBCaptureInactiveOutputVariableTest
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.hpp77 virtual void executeDrawCall(unsigned int n_iteration);
DesextcTessellationShaderInvariance.cpp168 void TessellationShaderInvarianceBaseTest::executeDrawCall(unsigned int n_iteration) in executeDrawCall() function in glcts::TessellationShaderInvarianceBaseTest
598 executeDrawCall(n_iteration); in iterate()