Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp709 const GLint Vcr = textureObject->crop_rect[1] << 16; in drawTexxOESImp() local
717 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy in drawTexxOESImp()
792 const GLint Vcr = textureObject->crop_rect[1]; in drawTexiOES() local
794 const GLint t0 = (Vcr + Hcr) - y; in drawTexiOES()