Home
last modified time | relevance | path

Searched refs:vaos (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp2210 GLuint vaos[2] = {0}; in test() local
2212 glGenVertexArrays(2, vaos); in test()
2218 glBindVertexArray(vaos[0]); in test()
2227 glBindVertexArray(vaos[1]); in test()
2236 glBindVertexArray(vaos[0]); in test()
2240 glDeleteVertexArrays(2, vaos); in test()
2316 GLuint vaos[2] = {0}; in test() local
2318 glGenVertexArrays(2, vaos); in test()
2324 glBindVertexArray(vaos[0]); in test()
2333 glBindVertexArray(vaos[1]); in test()
[all …]
Des3fIntegerStateQueryTests.cpp2231 GLuint vaos[2] = {0}; in test() local
2234 gl.glGenVertexArrays(2, vaos); in test()
2241 gl.glBindVertexArray(vaos[0]); in test()
2249 gl.glBindVertexArray(vaos[1]); in test()
2257 gl.glBindVertexArray(vaos[0]); in test()
2265 gl.glBindVertexArray(vaos[1]); in test()
2268 gl.glDeleteVertexArrays(2, vaos); in test()