Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp574 GLuint coordLocation = m_gl.getAttribLocation(program.getProgram(), "a_pos"); in renderResource() local
576 TCU_CHECK(coordLocation != (GLuint)-1); in renderResource()
593 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(coordLocation)); in renderResource()
596 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(coordLocation, 2, GL_FLOAT, GL_FALSE, 0, coords)); in renderResource()
599 GLU_CHECK_GLW_CALL(m_gl, disableVertexAttribArray(coordLocation)); in renderResource()
719 GLuint coordLocation = m_gl.getAttribLocation(m_program->getProgram(), "a_pos"); in renderResource() local
721 TCU_CHECK(coordLocation != (GLuint)-1); in renderResource()
728 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(coordLocation)); in renderResource()
731 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(coordLocation, 2, GL_FLOAT, GL_FALSE, 0, coords)); in renderResource()
734 GLU_CHECK_GLW_CALL(m_gl, disableVertexAttribArray(coordLocation)); in renderResource()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp375 const GLuint coordLocation = m_gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
424 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(coordLocation)); in iterate()
425 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(coordLocation, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL)); in iterate()
Des31fShaderFramebufferFetchTests.cpp549 const GLuint coordLocation = m_gl.getAttribLocation(m_program->getProgram(), "a_position"); in render() local
558 m_gl.enableVertexAttribArray(coordLocation); in render()
559 m_gl.vertexAttribPointer(coordLocation, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL); in render()