OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpColor
(Results
1 - 7
of
7
) 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/bullet/
CollisionWorldTest.java
93
Color
tmpColor
= new Color();
124
tmpColor
.set(e.getColor());
130
if (e != null) e.setColor(
tmpColor
);
/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/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
...]
/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 1087 milliseconds