HomeSort by relevance Sort by last modified time
    Searched refs:tmpColor (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 181 GLfloat tmpColor[4];
214 COPY_4V(tmpColor, ctx->Current.RasterColor);
217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
220 UNCLAMPED_FLOAT_TO_UBYTE(ubcolor[0], tmpColor[0]);
221 UNCLAMPED_FLOAT_TO_UBYTE(ubcolor[1], tmpColor[1]);
222 UNCLAMPED_FLOAT_TO_UBYTE(ubcolor[2], tmpColor[2]);
223 UNCLAMPED_FLOAT_TO_UBYTE(ubcolor[3], tmpColor[3]);
230 if (!intel_check_blit_fragment_ops(ctx, tmpColor[3] == 1.0F))
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
TextureArrayTest.java 95 Color tmpColor = new Color();
98 tmpColor.set(pixel);
100 vertsOut[idx++] = tmpColor.r * 25f/5f;
104 vertsOut[idx++] = (tmpColor.r * 3f) - 0.5f;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
CollisionWorldTest.java 93 Color tmpColor = new Color();
124 tmpColor.set(e.getColor());
130 if (e != null) e.setColor(tmpColor);
  /external/skia/src/core/
SkLightingShader.cpp 480 uint32_t tmpColor[TMP_COUNT], tmpNormal[TMP_COUNT];
489 int diffMax = fDiffuseState->maxCountForBufferSize(sizeof(tmpColor[0]) * TMP_COUNT);
504 diffMProc(*fDiffuseState, tmpColor, n, x, y);
505 diffSProc(*fDiffuseState, tmpColor, n, tmpColor2);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 426 float tmpColor[3];
437 tmpColor[i] = static_cast<float>(val) / 255.0f;
439 memcpy(color, tmpColor, sizeof(tmpColor));
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 336 Color tmpColor("#BDBDBD");
337 image()->alpha_color=tmpColor;
338 options()->alphaColor(tmpColor);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 403 milliseconds