Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp67 deUint32 bufIDs[2]; in drawQuadWithVaoBuffers() local
72 ctx.genBuffers(2, &bufIDs[0]); in drawQuadWithVaoBuffers()
77 ctx.bindBuffer(GL_ARRAY_BUFFER, bufIDs[0]); in drawQuadWithVaoBuffers()
88 ctx.bindBuffer(GL_ARRAY_BUFFER, bufIDs[1]); in drawQuadWithVaoBuffers()
110 ctx.deleteBuffers(2, &bufIDs[0]); in drawQuadWithVaoBuffers()