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

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp53 memset(crop_rect, 0, sizeof(crop_rect));
65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect));
129 // we should keep the crop_rect, but it's delicate because
132 memset(crop_rect, 0, sizeof(crop_rect));
H A DTextureObjectManager.h80 GLint crop_rect[4]; member in class:android::EGLTextureObject
H A Dtexture.cpp712 const GLint Ucr = textureObject->crop_rect[0] << 16;
713 const GLint Vcr = textureObject->crop_rect[1] << 16;
714 const GLint Wcr = textureObject->crop_rect[2] << 16;
715 const GLint Hcr = textureObject->crop_rect[3] << 16;
772 const GLint Wcr = textureObject->crop_rect[2];
773 const GLint Hcr = textureObject->crop_rect[3];
795 const GLint Ucr = textureObject->crop_rect[0];
796 const GLint Vcr = textureObject->crop_rect[1];
1015 memcpy(textureObject->crop_rect, params, 4*sizeof(GLint));

Completed in 49 milliseconds