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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_0.c 371 unsigned dR, dG, dB;
376 pixel, dR, dG, dB);
377 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
378 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
417 int dR, dG, dB;
423 pixel, dR, dG, dB);
424 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
425 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
SDL_blit_1.c 424 int dR, dG, dB;
432 pixel, dR, dG, dB);
433 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
434 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
464 int dR, dG, dB;
473 pixel, dR, dG, dB);
474 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
475 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 495 GLfloat dR, dG, dB, dA; /* Dest factor */
629 dR = dG = dB = 0.0F;
632 dR = dG = dB = 1.0F;
635 dR = Rs;
640 dR = 1.0F - Rs;
645 dR = dG = dB = As;
648 dR = dG = dB = 1.0F - As;
651 dR = dG = dB = Ad;
654 dR = dG = dB = 1.0F - Ad;
657 dR = ctx->Color.BlendColor[0]
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 495 GLfloat dR, dG, dB, dA; /* Dest factor */
629 dR = dG = dB = 0.0F;
632 dR = dG = dB = 1.0F;
635 dR = Rs;
640 dR = 1.0F - Rs;
645 dR = dG = dB = As;
648 dR = dG = dB = 1.0F - As;
651 dR = dG = dB = Ad;
654 dR = dG = dB = 1.0F - Ad;
657 dR = ctx->Color.BlendColor[0]
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/valgrind/main/VEX/priv/
host_arm_isel.c     [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 2429 milliseconds