Searched refs:setTextureState (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState st… in setTextureState() function in deqp::gls::TextureSamplerTest 498 setTextureState(gl, m_target, m_textureState); in renderReferences() 502 setTextureState(gl, m_target, m_samplerState); in renderReferences() 533 setTextureState(gl, m_target, m_textureState); in renderResults() 595 void MultiTextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingSta… in setTextureState() function in deqp::gls::MultiTextureSamplerTest 1044 setTextureState(gl, m_target, m_textureState1); in renderReferences() 1050 setTextureState(gl, m_target, m_textureState2); in renderReferences() 1060 setTextureState(gl, m_target, m_samplerState); in renderReferences() 1066 setTextureState(gl, m_target, m_samplerState); in renderReferences() 1097 setTextureState(gl, m_target, m_textureState1); in renderResults() [all …]
|
D | glsSamplerObjectTest.hpp | 77 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state); 136 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state);
|