Home | History | Annotate | Download | only in libagl

Lines Matching refs:Ucr

712         const GLint Ucr = textureObject->crop_rect[0] << 16;
720 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
795 const GLint Ucr = textureObject->crop_rect[0];
797 const GLint s0 = Ucr - x;