Searched refs:setSamplerState (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 118 …virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler) = 0;
|
D | Renderer9.h | 71 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
|
D | Renderer11.h | 57 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
|
D | Renderer9.cpp | 754 void Renderer9::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSta… in setSamplerState() function in rx::Renderer9
|
D | Renderer11.cpp | 530 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSt… in setSamplerState() function in rx::Renderer11
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.cpp | 1835 mRenderer->setSamplerState(type, samplerIndex, samplerState); in applyTextures()
|