Searched refs:GLVertexIDIntegerTextureDrawArrays_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 1535 void GLVertexIDIntegerTextureDrawArrays_helper(int first, int count, GLenum err) in GLVertexIDIntegerTextureDrawArrays_helper() function 1600 GLVertexIDIntegerTextureDrawArrays_helper(0, 1, GL_NO_ERROR); in TEST_P() 1601 GLVertexIDIntegerTextureDrawArrays_helper(1, 1, GL_NO_ERROR); in TEST_P() 1602 GLVertexIDIntegerTextureDrawArrays_helper(10000, 1, GL_NO_ERROR); in TEST_P() 1603 GLVertexIDIntegerTextureDrawArrays_helper(100000, 1, GL_NO_ERROR); in TEST_P() 1604 GLVertexIDIntegerTextureDrawArrays_helper(1000000, 1, GL_NO_ERROR); in TEST_P() 1605 GLVertexIDIntegerTextureDrawArrays_helper(0, 2, GL_NO_ERROR); in TEST_P() 1606 GLVertexIDIntegerTextureDrawArrays_helper(1, 2, GL_NO_ERROR); in TEST_P() 1607 GLVertexIDIntegerTextureDrawArrays_helper(10000, 2, GL_NO_ERROR); in TEST_P() 1608 GLVertexIDIntegerTextureDrawArrays_helper(100000, 2, GL_NO_ERROR); in TEST_P() [all …]
|