HomeSort by relevance Sort by last modified time
    Searched refs:SamplerType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 24 enum SamplerType
ProgramBinary.h 70 GLint getSamplerMapping(SamplerType type, unsigned int samplerIndex);
71 TextureType getSamplerTextureType(SamplerType type, unsigned int samplerIndex);
72 GLint getUsedSamplerRange(SamplerType type);
Context.h 408 void applyTextures(SamplerType type);
ProgramBinary.cpp 139 GLint ProgramBinary::getUsedSamplerRange(SamplerType type)
170 GLint ProgramBinary::getSamplerMapping(SamplerType type, unsigned int samplerIndex)
205 TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex)
    [all...]
Context.cpp     [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 112 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler) = 0;
113 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture) = 0;
Renderer11.h 57 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
58 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture);
Renderer9.h 71 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
72 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture);
Renderer11.cpp 533 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerState)
588 void Renderer11::setTexture(gl::SamplerType type, int index, gl::Texture *texture)
    [all...]
Renderer9.cpp 730 void Renderer9::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerState)
759 void Renderer9::setTexture(gl::SamplerType type, int index, gl::Texture *texture)
    [all...]

Completed in 141 milliseconds