HomeSort by relevance Sort by last modified time
    Searched refs:dsdx (Results 1 - 25 of 33) sorted by null

1 2

  /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) { }
37 float dsdx; member in struct:android::SpriteTransformationMatrix
43 return dsdx == other.dsdx
  /frameworks/native/include/private/gui/
LayerState.h 58 matrix.dsdx = matrix.dtdy = 1.0f;
67 float dsdx; member in struct:android::layer_state_t::matrix22_t
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 370 float dsdx = (float)screen_w/src_crop_width; local
375 if(dsdx > scaleLimitMax ||
377 dsdx < 1/scaleLimitMin ||
379 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
380 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
384 if(dsdx > copybitsMaxScale ||
386 dsdx < 1/copybitsMinScale ||
390 ALOGE("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
406 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 393 float dsdx = (float)screen_w/src_crop_width; local
398 if(dsdx > scaleLimitMax ||
400 dsdx < 1/scaleLimitMin ||
402 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
403 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
408 if(dsdx > copybitsMaxScale ||
410 dsdx < 1/copybitsMinScale ||
414 ALOGD("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
417 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
430 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 370 float dsdx = (float)screen_w/src_crop_width; local
375 if(dsdx > scaleLimitMax ||
377 dsdx < 1/scaleLimitMin ||
379 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
380 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
384 if(dsdx > copybitsMaxScale ||
386 dsdx < 1/copybitsMinScale ||
390 ALOGE("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
406 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /frameworks/native/include/gui/
SurfaceControl.h 68 status_t setMatrix(float dsdx, float dtdx, float dsdy, float dtdy);
SurfaceComposerClient.h 121 status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy);
  /system/core/libpixelflinger/
raster.cpp 196 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt local
198 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
201 texcoords[1] = dsdx;
scanline.cpp 670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
709 tc[i].s += ti.dsdx;
2009 int32_t sq, tq, dsdx, dtdx; local
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 56 private static native void nativeSetMatrix(int nativeObject, float dsdx, float dtdx, float dsdy, float dtdy);
352 public void setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
354 nativeSetMatrix(mNativeObject, dsdx, dtdx, dsdy, dtdy);
IWindowSession.aidl 186 float dsdx, float dtdx, float dsdy, float dtdy);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
  /external/mesa3d/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
  /frameworks/native/libs/gui/
SurfaceControl.cpp 147 status_t SurfaceControl::setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
151 return client->setMatrix(mHandle, dsdx, dtdx, dsdy, dtdy);
SurfaceComposerClient.cpp 155 float dsdx, float dtdx, float dsdy, float dtdy);
354 const sp<IBinder>& id, float dsdx, float dtdx,
362 matrix.dsdx = dsdx;
579 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx,
581 return getComposer().setMatrix(this, id, dsdx, dtdx, dsdy, dtdy);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 189 float dsdx, float dtdx, float dsdy, float dtdy) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 365 // s = (x * dsdx)>>16 + ydsdy
366 // s = (x * dsdx)>>16 + (y*dsdy)>>16 + s0
378 CONTEXT_LOAD(s.reg, generated_vars.texture[i].dsdx);
603 int dsdx = scratches.obtain(); local
609 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
611 ADD(AL, 0, s.reg, s.reg, dsdx);
619 scratches.recycle(dsdx);
682 int dsdx = scratches.obtain(); local
684 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 390 GGLfixed dsdx; member in struct:android::texture_iterators_t::__anon62608::__anon62609
484 int32_t dsdx; member in struct:android::generated_tex_vars_t
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 298 jfloat dsdx, jfloat dtdx, jfloat dsdy, jfloat dtdy) {
300 status_t err = ctrl->setMatrix(dsdx, dtdx, dsdy, dtdy);
  /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 494 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
509 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
528 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
    [all...]

Completed in 805 milliseconds

1 2