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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp713 const GLint Vcr = textureObject->crop_rect[1] << 16; local
721 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
796 const GLint Vcr = textureObject->crop_rect[1]; local
798 const GLint t0 = (Vcr + Hcr) - y;

Completed in 45 milliseconds