Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp577 glw::GLint m_alphaProgramPosLoc; member in deqp::gles31::Functional::__anona9e459750111::SampleMaskCase
598 , m_alphaProgramPosLoc (-1) in SampleMaskCase()
827 m_alphaProgramPosLoc = gl.getAttribLocation(m_alphaProgram->getProgram(), "a_position"); in genAlphaProgram()
905 gl.vertexAttribPointer (m_alphaProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in updateTexture()
906 gl.enableVertexAttribArray (m_alphaProgramPosLoc); in updateTexture()
923 gl.disableVertexAttribArray (m_alphaProgramPosLoc); in updateTexture()