Searched refs:getTexture2DRect (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h647 Texture2DRect *getTexture2DRect() const;
H A DlibGLESv2.cpp2240 texture = context->getTexture2DRect();
3551 texture = context->getTexture2DRect();
3707 texture = context->getTexture2DRect();
5116 texture = context->getTexture2DRect();
5268 texture = context->getTexture2DRect();
H A DContext.cpp1674 case GL_TEXTURE_RECTANGLE_ARB: return getTexture2DRect();
1697 Texture2DRect *Context::getTexture2DRect() const function in class:es2::Context
4297 es2::Texture2D *textureObject = isRect ? getTexture2DRect() : getTexture2D();

Completed in 225 milliseconds