Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp53 memset(crop_rect, 0, sizeof(crop_rect)); in init()
65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect)); in copyParameters()
132 memset(crop_rect, 0, sizeof(crop_rect)); in setSurface()
DTextureObjectManager.h80 GLint crop_rect[4]; variable
Dtexture.cpp708 const GLint Ucr = textureObject->crop_rect[0] << 16; in drawTexxOESImp()
709 const GLint Vcr = textureObject->crop_rect[1] << 16; in drawTexxOESImp()
710 const GLint Wcr = textureObject->crop_rect[2] << 16; in drawTexxOESImp()
711 const GLint Hcr = textureObject->crop_rect[3] << 16; in drawTexxOESImp()
768 const GLint Wcr = textureObject->crop_rect[2]; in drawTexiOES()
769 const GLint Hcr = textureObject->crop_rect[3]; in drawTexiOES()
791 const GLint Ucr = textureObject->crop_rect[0]; in drawTexiOES()
792 const GLint Vcr = textureObject->crop_rect[1]; in drawTexiOES()
1011 memcpy(textureObject->crop_rect, params, 4*sizeof(GLint)); in glTexParameteriv()