Searched refs:executeDrawCall (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 1084 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index); 1147 virtual void executeDrawCall(glw::GLuint test_case_index); 2113 virtual void executeDrawCall(glw::GLuint test_case_index); 3475 using BufferTestBase::executeDrawCall; 3476 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index); 3537 using BufferTestBase::executeDrawCall; 3538 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index); 4301 using BufferTestBase::executeDrawCall; 4303 virtual bool executeDrawCall(bool tesEnabled, glw::GLuint test_case_index); 4504 using BufferTestBase::executeDrawCall; [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 5635 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::BufferTestBase 5829 bool result = executeDrawCall((program.m_tess_eval.m_id != 0), test_case_index); in test() 6469 void TextureTestBase::executeDrawCall(GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::TextureTestBase 7682 executeDrawCall(test_case_index); in test() 7873 executeDrawCall(test_case_index); in test() 12641 void VertexAttribLocationsTest::executeDrawCall(GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::VertexAttribLocationsTest 20605 bool XFBStrideOfEmptyListTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest 20896 bool XFBStrideOfEmptyListAndAPITest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest 24848 bool XFBStrideTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideTest 26061 bool XFBCaptureInactiveOutputVariableTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_… in test() function in gl4cts::EnhancedLayouts::XFBCaptureInactiveOutputVariableTest [all …]
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderInvariance.hpp | 77 virtual void executeDrawCall(unsigned int n_iteration);
|
D | esextcTessellationShaderInvariance.cpp | 168 void TessellationShaderInvarianceBaseTest::executeDrawCall(unsigned int n_iteration) in executeDrawCall() function in glcts::TessellationShaderInvarianceBaseTest 598 executeDrawCall(n_iteration); in iterate()
|