Home | History | Annotate | Download | only in libagl

Lines Matching refs:textureObject

640     EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture;
645 textureObject->wraps = param;
653 textureObject->wrapt = param;
665 textureObject->min_filter = param;
673 textureObject->mag_filter = param;
679 textureObject->generate_mipmap = param;
718 EGLTextureObject* textureObject = u.texture;
719 const GLint Ucr = textureObject->crop_rect[0] << 16;
720 const GLint Vcr = textureObject->crop_rect[1] << 16;
721 const GLint Wcr = textureObject->crop_rect[2] << 16;
722 const GLint Hcr = textureObject->crop_rect[3] << 16;
778 EGLTextureObject* textureObject = u.texture;
779 const GLint Wcr = textureObject->crop_rect[2];
780 const GLint Hcr = textureObject->crop_rect[3];
802 const GLint Ucr = textureObject->crop_rect[0];
803 const GLint Vcr = textureObject->crop_rect[1];
807 const GLuint tw = textureObject->surface.width;
808 const GLuint th = textureObject->surface.height;
1019 EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture;
1022 memcpy(textureObject->crop_rect, params, 4*sizeof(GLint));