Searched defs:getSamplerTexture (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp819 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 function in class:gl::Context
845 return mState.getSamplerTexture(sampler, type);
1403 Texture* texture = getSamplerTexture(textureUnit, textureType);
1432 Texture* texture = getSamplerTexture(textureUnit, textureType);
H A DState.cpp613 Texture *State::getSamplerTexture(unsigned int sampler, GLenum type) const function in class:gl::State

Completed in 74 milliseconds