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

  /system/core/libpixelflinger/
raster.cpp 168 const GGLint Wcr = crop[2];
170 if ((w == Wcr) && (h == Hcr)) {
192 const GGLint Wcr = crop[2] << 16;
196 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
  /frameworks/native/opengl/libagl/
texture.cpp 714 const GLint Wcr = textureObject->crop_rect[2] << 16;
718 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
772 const GLint Wcr = textureObject->crop_rect[2];
775 if ((w == Wcr) && (h == -Hcr)) {
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 424 milliseconds