Lines Matching refs:crop_rect
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;
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];
1022 memcpy(textureObject->crop_rect, params, 4*sizeof(GLint));