HomeSort by relevance Sort by last modified time
    Searched refs:Vcr (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/
raster.cpp 174 const GGLint Vcr = crop[1];
176 const GGLint t0 = Vcr - y;
191 const GGLint Vcr = crop[1] << 16;
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy
  /frameworks/native/opengl/libagl/
texture.cpp 713 const GLint Vcr = textureObject->crop_rect[1] << 16;
721 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
796 const GLint Vcr = textureObject->crop_rect[1];
798 const GLint t0 = (Vcr + Hcr) - y;
    [all...]

Completed in 138 milliseconds