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

  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 45 float dsdy; member in class:android::surfaceflinger::LayerProtoParser::Transform
  /frameworks/base/libs/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) { }
39 float dsdy; member in struct:android::SpriteTransformationMatrix
45 && dsdy == other.dsdy
  /external/mesa3d/src/mesa/swrast/
s_span.c 415 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
421 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
437 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
443 GLfloat dsdy2 = (s + dsdy) / (q + dqdy) - s * invQ;
487 const GLfloat dsdy = span->attrStepY[attr][0]; local
536 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
553 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
    [all...]
s_texfilter.c 1892 const GLfloat dsdy = span->attrStepY[attr][0]; local
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 393 GGLfixed dsdy; member in struct:android::texture_iterators_t::__anon2861::__anon2862
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 500 const float dsdy = fabsf(s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]); local
501 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
515 const float dsdy = fabsf(s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]); local
518 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
534 const float dsdy = fabsf(s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]); local
539 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
    [all...]
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 373 milliseconds