Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsSamplerObjectTest.hpp43 struct SamplingState struct in deqp::gls::TextureSamplerTest
59 SamplingState textureState;
60 SamplingState samplerState;
77 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state);
78 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
92 SamplingState m_textureState;
93 SamplingState m_samplerState;
101 struct SamplingState struct in deqp::gls::MultiTextureSamplerTest
117 SamplingState textureState1;
118 SamplingState textureState2;
[all …]
DglsSamplerObjectTest.cpp83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState st… in setTextureState()
101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sam… in setSamplerState()
595 …iTextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state) in setTextureState()
613 void MultiTextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuin… in setSamplerState()