Searched refs:m_samplerProgramPosLoc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 162 GLint m_samplerProgramPosLoc; member in deqp::gles31::Functional::__anoneadaa2760111::SamplePosRasterizationTest 178 , m_samplerProgramPosLoc (-1) in SamplePosRasterizationTest() 434 m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position"); in genSamplerProgram() 487 gl.vertexAttribPointer (m_samplerProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in drawSample() 488 gl.enableVertexAttribArray (m_samplerProgramPosLoc); in drawSample() 501 gl.disableVertexAttribArray (m_samplerProgramPosLoc); in drawSample() 571 glw::GLint m_samplerProgramPosLoc; member in deqp::gles31::Functional::__anoneadaa2760111::SampleMaskCase 593 , m_samplerProgramPosLoc (-1) in SampleMaskCase() 794 m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position"); in genSamplerProgram() 1008 gl.vertexAttribPointer (m_samplerProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in drawSample() [all …]
|