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

  /system/core/libpixelflinger/
raster.cpp 173 const GGLint Ucr = crop[0];
175 const GGLint s0 = Ucr - x;
190 const GGLint Ucr = crop[0] << 16;
198 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
  /frameworks/native/opengl/libagl/
texture.cpp 712 const GLint Ucr = textureObject->crop_rect[0] << 16;
720 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
795 const GLint Ucr = textureObject->crop_rect[0];
797 const GLint s0 = Ucr - x;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]