Home
last modified time | relevance | path

Searched refs:vaos (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2214 GLuint vaos[2] = {0}; in test() local
2216 glGenVertexArrays(2, vaos); in test()
2222 glBindVertexArray(vaos[0]); in test()
2231 glBindVertexArray(vaos[1]); in test()
2240 glBindVertexArray(vaos[0]); in test()
2244 glDeleteVertexArrays(2, vaos); in test()
2324 GLuint vaos[2] = {0}; in test() local
2326 glGenVertexArrays(2, vaos); in test()
2332 glBindVertexArray(vaos[0]); in test()
2341 glBindVertexArray(vaos[ in test()
2443 GLuint vaos[2] = {0}; test() local
2558 GLuint vaos[2] = {0}; test() local
2668 GLuint vaos[2] = {0}; test() local
2736 GLuint vaos[2] = {0}; test() local
2795 GLuint vaos[2] = {0}; test() local
2864 GLuint vaos[2] = {0}; test() local
2956 GLuint vaos[2] = {0}; test() local
[all...]
H A Des3fIntegerStateQueryTests.cpp2232 GLuint vaos[2] = {0}; in test() local
2235 gl.glGenVertexArrays(2, vaos); in test()
2242 gl.glBindVertexArray(vaos[0]); in test()
2250 gl.glBindVertexArray(vaos[1]); in test()
2258 gl.glBindVertexArray(vaos[0]); in test()
2261 // deleting clears from bound vaos ... in test()
2265 // ... but does not from non-bound vaos? in test()
2266 gl.glBindVertexArray(vaos[1]); in test()
2269 gl.glDeleteVertexArrays(2, vaos); in test()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1107 GLVertexArray vaos[2]; in TEST_P() local
1113 glBindVertexArray(vaos[0]); in TEST_P()
1121 glBindVertexArray(vaos[1]); in TEST_P()
1132 glBindVertexArray(vaos[0]); in TEST_P()
1136 glBindVertexArray(vaos[1]); in TEST_P()

Completed in 15 milliseconds