Home | History | Annotate | Download | only in functional

Lines Matching refs:vaoId

2055 	GLuint			vaoId			= 0;
2060 ctx.genVertexArrays(1, &vaoId);
2061 ctx.bindVertexArray(vaoId);
2141 ctx.deleteVertexArrays(1, &vaoId);
2415 GLuint vaoId = 0;
2419 m_ctx->genVertexArrays(1, &vaoId);
2420 m_ctx->bindVertexArray(vaoId);
2456 m_ctx->deleteVertexArrays(1, &vaoId);