Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureMultisampleTests.cpp174 GLint m_samplerProgramPosLoc; member in deqp::gles31::Functional::__anon03c903ac0111::SamplePosRasterizationTest
191 , m_samplerProgramPosLoc(-1) in SamplePosRasterizationTest()
459m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position"); in genSamplerProgram()
510 gl.vertexAttribPointer(m_samplerProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in drawSample()
511 gl.enableVertexAttribArray(m_samplerProgramPosLoc); in drawSample()
525 gl.disableVertexAttribArray(m_samplerProgramPosLoc); in drawSample()
598 glw::GLint m_samplerProgramPosLoc; member in deqp::gles31::Functional::__anon03c903ac0111::SampleMaskCase
620 , m_samplerProgramPosLoc(-1) in SampleMaskCase()
850m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position"); in genSamplerProgram()
1070 gl.vertexAttribPointer(m_samplerProgramPosLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in drawSample()
[all …]