Home
last modified time | relevance | path

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

/frameworks/base/opengl/libagl/
Dtexture.cpp720 const GLint Ucr = textureObject->crop_rect[0] << 16; in drawTexxOESImp() local
728 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx in drawTexxOESImp()
803 const GLint Ucr = textureObject->crop_rect[0]; in drawTexiOES() local
805 const GLint s0 = Ucr - x; in drawTexiOES()