Searched defs:textureObject (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dcopybit.cpp152 EGLTextureObject* textureObject = u.texture; local
154 if (!supportedCopybitsFormat(textureObject->surface.format)) {
164 EGLTextureObject* textureObject,
203 if (texelArea < FIXED_ONE && textureObject->mag_filter != GL_LINEAR) {
208 if (texelArea > FIXED_ONE && textureObject->min_filter != GL_LINEAR) {
220 int32_t opFormat = textureObject->surface.format;
293 textureToCopyBitImage(&textureObject->surface, opFormat,
294 textureObject->buffer, &src);
602 EGLTextureObject* textureObject = u.texture; local
603 GLint tWidth = textureObject
162 copybit(GLint x, GLint y, GLint w, GLint h, EGLTextureObject* textureObject, const GLint* crop_rect, int transform, ogles_context_t* c) argument
626 EGLTextureObject* textureObject = u.texture; local
[all...]
H A Dtexture.cpp644 EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture; local
649 textureObject->wraps = param;
657 textureObject->wrapt = param;
669 textureObject->min_filter = param;
677 textureObject->mag_filter = param;
683 textureObject->generate_mipmap = param;
722 EGLTextureObject* textureObject = u.texture; local
723 const GLint Ucr = textureObject->crop_rect[0] << 16;
724 const GLint Vcr = textureObject->crop_rect[1] << 16;
725 const GLint Wcr = textureObject
794 EGLTextureObject* textureObject = u.texture; local
1037 EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture; local
[all...]

Completed in 385 milliseconds