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

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp43 struct SamplingState struct in class: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 class:deqp::gls::MultiTextureSamplerTest
117 SamplingState textureState1;
118 SamplingState textureState
[all...]
H A DglsSamplerObjectTest.cpp83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state)
101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler)
595 void MultiTextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state)
613 void MultiTextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler)

Completed in 224 milliseconds