Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5252 glGenBuffers(1, &_bufferCoords); in Run()
5253 glBindBuffer(GL_ARRAY_BUFFER, _bufferCoords); in Run()
5309 glBindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, _bufferCoords); in Run()
5370 glDeleteBuffers(1, &_bufferCoords); in Cleanup()
5382 , _bufferCoords(0) in CComputeBase()
5454 GLuint _bufferCoords; member in glcts::__anon77c8eeec0111::CComputeBase