Searched refs:crop_rect (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/libagl/
H A DTextureObjectManager.cpp55 memset(crop_rect, 0, sizeof(crop_rect));
70 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect));
134 // we should keep the crop_rect, but it's delicate because
137 memset(crop_rect, 0, sizeof(crop_rect));
H A Dcopybit.cpp165 const GLint* crop_rect,
178 const GLint Ucr = crop_rect[0];
179 const GLint Vcr = crop_rect[1];
180 const GLint Wcr = crop_rect[2];
181 const GLint Hcr = crop_rect[3];
605 GLint crop_rect[4] = {0, tHeight, tWidth, -tHeight}; local
608 return copybit(x, y, w, h, textureObject, crop_rect, transform, c);
627 return copybit(x, y, w, h, textureObject, textureObject->crop_rect, 0, c);
162 copybit(GLint x, GLint y, GLint w, GLint h, EGLTextureObject* textureObject, const GLint* crop_rect, int transform, ogles_context_t* c) argument
H A DTextureObjectManager.h80 GLint crop_rect[4]; member in class:android::EGLTextureObject
H A Dtexture.cpp723 const GLint Ucr = textureObject->crop_rect[0] << 16;
724 const GLint Vcr = textureObject->crop_rect[1] << 16;
725 const GLint Wcr = textureObject->crop_rect[2] << 16;
726 const GLint Hcr = textureObject->crop_rect[3] << 16;
795 const GLint Wcr = textureObject->crop_rect[2];
796 const GLint Hcr = textureObject->crop_rect[3];
820 const GLint Ucr = textureObject->crop_rect[0];
821 const GLint Vcr = textureObject->crop_rect[1];
1040 memcpy(textureObject->crop_rect, params, 4*sizeof(GLint));

Completed in 8 milliseconds