OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SamplingState
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsSamplerObjectTest.hpp
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
[
all
...]
glsSamplerObjectTest.cpp
83
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)
[
all
...]
Completed in 58 milliseconds