Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:getSamplerTexture

1076     return static_cast<Texture2D*>(getSamplerTexture(mState.activeSampler, SAMPLER_2D));
1081 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.activeSampler, SAMPLER_CUBE));
1084 Texture *Context::getSamplerTexture(unsigned int sampler, SamplerType type)
2029 Texture *texture = getSamplerTexture(textureUnit, textureType);