Searched refs:setSamplerState (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp78 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
137 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
H A DglsSamplerObjectTest.cpp101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler) function in class:deqp::gls::TextureSamplerTest
527 setSamplerState(gl, m_samplerState, sampler);
613 void MultiTextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler) function in class:deqp::gls::MultiTextureSamplerTest
1092 setSamplerState(gl, m_samplerState, sampler);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h113 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.h63 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
H A DRenderer11.cpp433 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerState) function in class:rx::Renderer11
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.h64 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
H A DRenderer9.cpp645 void Renderer9::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerState) function in class:rx::Renderer9
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp1445 mRenderer->setSamplerState(shaderType, samplerIndex, sampler);

Completed in 400 milliseconds