/external/deqp/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 142 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 145 gl.enableVertexAttribArray(coordLoc); in init() 149 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 180 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 183 gl.enableVertexAttribArray(coordLoc); in init() 188 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 221 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 224 gl.enableVertexAttribArray(coordLoc); in init() 228 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 270 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() [all …]
|
D | es3pStateChangeTests.cpp | 151 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 154 gl.enableVertexAttribArray(coordLoc); in init() 158 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 194 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 197 gl.enableVertexAttribArray(coordLoc); in init() 202 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 240 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 243 gl.enableVertexAttribArray(coordLoc); in init() 247 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 294 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pRedundantStateChangeTests.cpp | 142 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 145 gl.enableVertexAttribArray(coordLoc); in init() 149 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 180 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 183 gl.enableVertexAttribArray(coordLoc); in init() 188 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 221 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 224 gl.enableVertexAttribArray(coordLoc); in init() 228 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 270 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() [all …]
|
D | es2pStateChangeTests.cpp | 151 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 154 gl.enableVertexAttribArray(coordLoc); in init() 158 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 194 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 197 gl.enableVertexAttribArray(coordLoc); in init() 202 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 240 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() 243 gl.enableVertexAttribArray(coordLoc); in init() 247 gl.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL); in init() 294 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init() [all …]
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithVaoBuffers() local 86 if (coordLoc >= 0) in drawQuadWithVaoBuffers() 91 ctx.enableVertexAttribArray(coordLoc); in drawQuadWithVaoBuffers() 92 ctx.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, 0); in drawQuadWithVaoBuffers() 135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithClientPointers() local 144 if (coordLoc >= 0) in drawQuadWithClientPointers() 146 ctx.enableVertexAttribArray(coordLoc); in drawQuadWithClientPointers() 147 ctx.vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, &coord[0]); in drawQuadWithClientPointers() 155 if (coordLoc >= 0) in drawQuadWithClientPointers() 156 ctx.disableVertexAttribArray(coordLoc); in drawQuadWithClientPointers()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 222 deUint32 coordLoc = -1; in render() local 227 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() 229 TCU_CHECK(coordLoc != (deUint32)-1); in render() 234 GLU_CHECK_CALL(glEnableVertexAttribArray(coordLoc)); in render() 237 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL)); in render() 251 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render() 391 deUint32 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() local 392 TCU_CHECK(coordLoc != (deUint32)-1); in render() 398 GLU_CHECK_CALL(glEnableVertexAttribArray(coordLoc)); in render() 401 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, NULL)); in render() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 111 GLuint coordLoc; in render() local 113 coordLoc = glGetAttribLocation(program.getProgram(), "a_coord"); in render() 116 GLU_CHECK_CALL(glEnableVertexAttribArray(coordLoc)); in render() 118 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, coords)); in render() 121 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 303 GLuint coordLoc = (GLuint)-1; in renderTriangle() local 312 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_position"); in renderTriangle() 313 TCU_CHECK(coordLoc != (GLuint)-1); in renderTriangle() 319 GLU_CHECK_CALL(glEnableVertexAttribArray(coordLoc)); in renderTriangle() 321 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 3, GL_FLOAT, GL_FALSE, 0, positions)); in renderTriangle() 327 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in renderTriangle()
|
D | es3fReadPixelsTests.cpp | 164 GLuint coordLoc; in render() local 166 coordLoc = glGetAttribLocation(program.getProgram(), "i_coord"); in render() 169 GLU_CHECK_CALL(glEnableVertexAttribArray(coordLoc)); in render() 171 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, coords)); in render() 174 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 429 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2() local 430 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 437 GLU_CHECK_GLW_CALL(gl, enableVertexAttribArray(coordLoc)); in invokeGLES2() 438 …GLU_CHECK_GLW_CALL(gl, vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, squareTriangleCoord… in invokeGLES2() 441 GLU_CHECK_GLW_CALL(gl, disableVertexAttribArray(coordLoc)); in invokeGLES2() 504 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2() local 505 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 530 GLU_CHECK_GLW_CALL(gl, enableVertexAttribArray(coordLoc)); in invokeGLES2() 531 …GLU_CHECK_GLW_CALL(gl, vertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, squareTriangleCoord… in invokeGLES2() 549 GLU_CHECK_GLW_CALL(gl, disableVertexAttribArray(coordLoc)); in invokeGLES2() [all …]
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 246 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local 251 glEnableVertexAttribArray(coordLoc); in iterate() 252 glVertexAttribPointer(coordLoc, 3, GL_FLOAT, GL_FALSE, 0, &coords[0]); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 240 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local 245 glEnableVertexAttribArray(coordLoc); in iterate() 246 glVertexAttribPointer(coordLoc, 3, GL_FLOAT, GL_FALSE, 0, &coords[0]); in iterate()
|