Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp714 const GLint Wcr = textureObject->crop_rect[2] << 16; in drawTexxOESImp() local
718 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt in drawTexxOESImp()
772 const GLint Wcr = textureObject->crop_rect[2]; in drawTexiOES() local
775 if ((w == Wcr) && (h == -Hcr)) { in drawTexiOES()