Searched refs:executeDrawCall (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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...] |
H A D | gl4cEnhancedLayoutsTests.cpp | 5629 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::BufferTestBase 5823 bool result = executeDrawCall((program.m_tess_eval.m_id != 0), test_case_index); in test() 6463 void TextureTestBase::executeDrawCall(GLuint /* test_case_index */) in test() function in gl4cts::EnhancedLayouts::TextureTestBase 7676 executeDrawCall(test_case_index); in test() 7867 executeDrawCall(test_case_index); in test() 12635 void VertexAttribLocationsTest::executeDrawCall(GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::VertexAttribLocationsTest 20602 bool XFBStrideOfEmptyListTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest 20893 bool XFBStrideOfEmptyListAndAPITest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest 24840 bool XFBStrideTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test() function in gl4cts::EnhancedLayouts::XFBStrideTest 26049 bool XFBCaptureInactiveOutputVariableTest::executeDrawCall(boo in test() function in gl4cts::EnhancedLayouts::XFBCaptureInactiveOutputVariableTest 26417 bool XFBCaptureInactiveOutputComponentTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) test() function in gl4cts::EnhancedLayouts::XFBCaptureInactiveOutputComponentTest 26854 bool XFBCaptureInactiveOutputBlockMemberTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) test() function in gl4cts::EnhancedLayouts::XFBCaptureInactiveOutputBlockMemberTest 27199 bool XFBCaptureStructTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) test() function in gl4cts::EnhancedLayouts::XFBCaptureStructTest 27701 bool XFBExplicitLocationTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) test() function in gl4cts::EnhancedLayouts::XFBExplicitLocationTest 28084 bool XFBExplicitLocationStructTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) test() function in gl4cts::EnhancedLayouts::XFBExplicitLocationStructTest [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderInvariance.hpp | 77 virtual void executeDrawCall(unsigned int n_iteration);
|
H A D | esextcTessellationShaderInvariance.cpp | 168 void TessellationShaderInvarianceBaseTest::executeDrawCall(unsigned int n_iteration) in executeDrawCall() function in glcts::TessellationShaderInvarianceBaseTest 598 executeDrawCall(n_iteration); in iterate()
|
Completed in 40 milliseconds