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

  /frameworks/native/include/private/gui/
LayerState.h 59 matrix.dsdy = matrix.dtdx = 0.0f;
68 float dtdx; member in struct:android::layer_state_t::matrix22_t
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 1703 GLfloat texcoord[4], dtdx[4], dtdy[4], color[4]; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 1703 GLfloat texcoord[4], dtdx[4], dtdy[4], color[4]; local
    [all...]
  /frameworks/base/services/input/
SpriteController.h 33 inline SpriteTransformationMatrix() : dsdx(1.0f), dtdx(0.0f), dsdy(0.0f), dtdy(1.0f) { }
34 inline SpriteTransformationMatrix(float dsdx, float dtdx, float dsdy, float dtdy) :
35 dsdx(dsdx), dtdx(dtdx), dsdy(dsdy), dtdy(dtdy) { }
38 float dtdx; member in struct:android::SpriteTransformationMatrix
44 && 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);
604 int dtdx = scratches.obtain(); local
610 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx);
612 ADD(AL, 0, t.reg, t.reg, dtdx);
620 scratches.recycle(dtdx);
683 int dtdx = scratches.obtain(); local
685 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
441 GLfloat dtdx2 = (t + dtdx) / (q + dqdx) - t * invQ;
487 const GLfloat dtdx = span->attrStepX[attr][1]; local
493 GLfloat t = span->attrStart[attr][1] + span->leftClip * dtdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
539 t += dtdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
556 t += dtdx;
    [all...]
s_texfilter.c 1888 const GLfloat dtdx = span->attrStepX[attr][1]; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
441 GLfloat dtdx2 = (t + dtdx) / (q + dqdx) - t * invQ;
487 const GLfloat dtdx = span->attrStepX[attr][1]; local
493 GLfloat t = span->attrStart[attr][1] + span->leftClip * dtdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
539 t += dtdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
556 t += dtdx;
    [all...]
s_texfilter.c 1888 const GLfloat dtdx = span->attrStepX[attr][1]; local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 427 float dsdx, float dtdx, float dsdy, float dtdy) {
433 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 511 float dtdx = fabsf(t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]); local
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
530 float dtdx = fabsf(t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]); local
535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 511 float dtdx = fabsf(t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]); local
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
530 float dtdx = fabsf(t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]); local
535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 394 GGLfixed dtdx; member in struct:android::texture_iterators_t::__anon62608::__anon62609
485 int32_t dtdx; member in struct:android::generated_tex_vars_t
  /system/core/libpixelflinger/
scanline.cpp 671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
718 tc[i].t += ti.dtdx;
2009 int32_t sq, tq, dsdx, dtdx; local
    [all...]

Completed in 1438 milliseconds