OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpColor
(Results
1 - 4
of
4
) 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/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
408
float
tmpColor
[3];
419
tmpColor
[i] = static_cast<float>(val) / 255.0f;
421
memcpy(color,
tmpColor
, sizeof(
tmpColor
));
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
Completed in 340 milliseconds