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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 819 return static_cast<Texture2D*>(getSamplerTexture(mState.getActiveSampler(), GL_TEXTURE_2D));
824 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.getActiveSampler(), GL_TEXTURE_CUBE_MAP));
829 return static_cast<Texture3D*>(getSamplerTexture(mState.getActiveSampler(), GL_TEXTURE_3D));
834 return static_cast<Texture2DArray*>(getSamplerTexture(mState.getActiveSampler(), GL_TEXTURE_2D_ARRAY));
837 Texture *Context::getSamplerTexture(unsigned int sampler, GLenum type) const
845 return mState.getSamplerTexture(sampler, type);
    [all...]
State.h 134 Texture *getSamplerTexture(unsigned int sampler, GLenum type) const;
Context.h 170 Texture *getSamplerTexture(unsigned int sampler, GLenum type) const;
State.cpp 613 Texture *State::getSamplerTexture(unsigned int sampler, GLenum type) const
    [all...]

Completed in 649 milliseconds