Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp576 glw::GLint m_alphaProgramPosLoc; member in deqp::gles31::Functional::__anoneadaa2760111::SampleMaskCase
597 , m_alphaProgramPosLoc (-1) in SampleMaskCase()
826 m_alphaProgramPosLoc = gl.getAttribLocation(m_alphaProgram->getProgram(), "a_position"); in genAlphaProgram()
904 gl.vertexAttribPointer (m_alphaProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in updateTexture()
905 gl.enableVertexAttribArray (m_alphaProgramPosLoc); in updateTexture()
922 gl.disableVertexAttribArray (m_alphaProgramPosLoc); in updateTexture()