Searched defs:Ucr (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dtexture.cpp719 const GLint Ucr = textureObject->crop_rect[0] << 16; local
727 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
802 const GLint Ucr = textureObject->crop_rect[0]; local
804 const GLint s0 = Ucr - x;

Completed in 14 milliseconds