Searched refs:bufIDs (Results 1 – 1 of 1) sorted by relevance
67 deUint32 bufIDs[2]; in drawQuadWithVaoBuffers() local72 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()