Searched refs:setSamplerState (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.hpp | 78 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler); 137 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
|
D | glsSamplerObjectTest.cpp | 101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sam… in setSamplerState() function in deqp::gls::TextureSamplerTest 527 setSamplerState(gl, m_samplerState, sampler); in renderResults() 613 void MultiTextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuin… in setSamplerState() function in deqp::gls::MultiTextureSamplerTest 1092 setSamplerState(gl, m_samplerState, sampler); in renderResults()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.hpp | 66 void setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned long value);
|
D | Direct3DStateBlock9.cpp | 709 …void Direct3DStateBlock9::setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned… in setSamplerState() function in D3D9::Direct3DStateBlock9
|
D | Direct3DDevice9.cpp | 4352 stateRecorder->setSamplerState(sampler, state, value); in SetSamplerState()
|