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

  /frameworks/base/include/private/surfaceflinger/
LayerState.h 43 matrix.dsdy = matrix.dtdx = 0.0f;
51 float dtdx; member in struct:android::layer_state_t::matrix22_t
  /frameworks/base/services/input/
SpriteController.h 35 inline SpriteTransformationMatrix() : dsdx(1.0f), dtdx(0.0f), dsdy(0.0f), dtdy(1.0f) { }
36 inline SpriteTransformationMatrix(float dsdx, float dtdx, float dsdy, float dtdy) :
37 dsdx(dsdx), dtdx(dtdx), dsdy(dsdy), dtdy(dtdy) { }
40 float dtdx; member in struct:android::SpriteTransformationMatrix
46 && dtdx == other.dtdx
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 367 // t = (x * dtdx)>>16 + ydtdy
368 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0
380 CONTEXT_LOAD(t.reg, generated_vars.texture[i].dtdx);
595 int dtdx = scratches.obtain(); local
597 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx);
599 ADD(AL, 0, t.reg, t.reg, dtdx);
607 scratches.recycle(dtdx);
666 int dtdx = scratches.obtain(); local
668 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 374 GGLfixed dtdx; member in struct:android::texture_iterators_t::__anon30613::__anon30614
465 int32_t dtdx; member in struct:android::generated_tex_vars_t
  /system/core/libpixelflinger/
scanline.cpp 650 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
697 tc[i].t += ti.dtdx;
1988 int32_t sq, tq, dsdx, dtdx; local
    [all...]

Completed in 282 milliseconds