Home
last modified time | relevance | path

Searched defs:bufferTargets (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp435 static const uint32_t bufferTargets[] = { in iterate() local
543 static const uint32_t bufferTargets[] = { in init() local
H A Des3fBufferCopyTests.cpp226 static const uint32_t bufferTargets[] = { in init() local
H A Des3fBufferObjectQueryTests.cpp243 const GLenum bufferTargets[] = { in test() local
H A Des3fBufferMapTests.cpp561 static const uint32_t bufferTargets[] = { in init() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp435 static const uint32_t bufferTargets[] = {GL_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER}; in iterate() local
542 static const uint32_t bufferTargets[] = {GL_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER}; in init() local
H A Des2fBufferObjectQueryTests.cpp159 const GLenum bufferTargets[] = {GL_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER}; in test() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp92 static const uint32_t bufferTargets[] = {GL_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER, variable