Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:getTexture

865     if (mResourceManager->getTexture(texture))
922 Texture *Context::getTexture(GLuint handle)
924 return mResourceManager->getTexture(handle);
960 mState.samplerTexture[SAMPLER_2D][mState.activeSampler].set(getTexture(texture));
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture));
2049 device->SetTexture(sampler, texture->getTexture());
2053 device->SetTexture(sampler, getIncompleteTexture(textureType)->getTexture());