Lines Matching refs:SamplingState
43 struct SamplingState
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
117 SamplingState textureState1;
118 SamplingState textureState2;
119 SamplingState samplerState;
136 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state);
137 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
151 SamplingState m_textureState1;
152 SamplingState m_textureState2;
153 SamplingState m_samplerState;