HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 351 - 375 of 869) sorted by null

<<11121314151617181920>>

  /external/libpng/contrib/gregbook/
readpng2.c 433 * takes a pointer to a pointer, and it always returns valid red,
440 mainprog_ptr->bg_red = pBackground->red >> 8;
454 mainprog_ptr->bg_red = (uch)pBackground->red;
  /external/libpng/contrib/visupng/
PngFile.c 194 pBkgColor->red = (byte) pBackground->red;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 129 color.f[0] = background_color->red;
162 background_color->red = color.f[0];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 196 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, col[0][0]);
205 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, spec[0][0]);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 242 info.red.offset, info.red.length,
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 148 float red = Float.parseFloat(values[2]); local
152 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 163 float red = new Float(values[2]); local
167 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xcms.h 87 unsigned short red; /* scaled from 0x0000 to 0xffff */ member in struct:__anon38422
96 XcmsFloat red; /* 0.0 - 1.0 */ member in struct:__anon38423
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 87 unsigned short red; /* scaled from 0x0000 to 0xffff */ member in struct:__anon40012
96 XcmsFloat red; /* 0.0 - 1.0 */ member in struct:__anon40013
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 87 unsigned short red; /* scaled from 0x0000 to 0xffff */ member in struct:__anon41527
96 XcmsFloat red; /* 0.0 - 1.0 */ member in struct:__anon41528
  /development/ndk/platforms/android-4/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 10 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
13 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
55 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
61 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
185 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
189 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
318 ctx->glClearColor(ctx, red, green, blue, alpha)
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 319 color: red;
325 color: red;
330 color: red;
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 437 UNCLAMPED_FLOAT_TO_UBYTE(color->red, (c)[0]); \
449 UNCLAMPED_FLOAT_TO_UBYTE(spec->red, (c)[0]); \
459 spec0->red = spec1->red; \
834 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, color[0]);
840 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, rc[0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.c 45 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
47 _mesa_ClearColor((GLclampf) (red / 65536.0f),
86 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
88 _es_Color4f((GLfloat) (red / 255.0f),
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
97 _es_Color4f((GLfloat) (red / 65536.0f),
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 388 GLfloat red, green, blue, alpha; local
405 red = lerp_2d(colWeight, rowWeight,
418 dstColor[dstCol][RCOMP] = IFLOOR(red);
445 GLfloat red, green, blue, alpha; local
462 red = lerp_2d(colWeight, rowWeight,
475 dstColor[dstCol][RCOMP] = red;
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 495 // Paint the upper half of the image in red (lower half is in green).
497 SkPaint red; local
498 red.setColor(SK_ColorRED);
499 canvas.drawRect(SkRect::MakeWH(width, height / 2), red); local
507 // half of the platform image to make sure it is red, not green.
519 // Force a conversion back to SkBitmap and check that the upper half is red.
539 // Paint the upper half of the image in red (lower half is transparent).
541 SkPaint red; local
542 red.setColor(SK_ColorRED);
543 canvas.drawRect(SkRect::MakeWH(width, height / 2), red); local
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 67 GLvoid StubGLBlendColor(GLclampf red, GLclampf green, GLclampf blue,
69 glBlendColor(red, green, blue, alpha);
101 GLvoid StubGLClearColor(GLclampf red, GLclampf green, GLclampf blue,
103 glClearColor(red, green, blue, alpha);
110 GLvoid StubGLColorMask(GLboolean red, GLboolean green, GLboolean blue,
112 glColorMask(red, green, blue, alpha);
  /external/icu4c/
icu4c.css 319 color: red;
325 color: red;
330 color: red;
  /external/mesa3d/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 437 UNCLAMPED_FLOAT_TO_UBYTE(color->red, (c)[0]); \
449 UNCLAMPED_FLOAT_TO_UBYTE(spec->red, (c)[0]); \
459 spec0->red = spec1->red; \
834 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, color[0]);
840 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, rc[0]);
  /external/mesa3d/src/mesa/main/
es1_conversion.c 45 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
47 _mesa_ClearColor((GLclampf) (red / 65536.0f),
86 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
88 _es_Color4f((GLfloat) (red / 255.0f),
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
97 _es_Color4f((GLfloat) (red / 65536.0f),
  /external/mesa3d/src/mesa/swrast/
s_blit.c 388 GLfloat red, green, blue, alpha; local
405 red = lerp_2d(colWeight, rowWeight,
418 dstColor[dstCol][RCOMP] = IFLOOR(red);
445 GLfloat red, green, blue, alpha; local
462 red = lerp_2d(colWeight, rowWeight,
475 dstColor[dstCol][RCOMP] = red;

Completed in 3012 milliseconds

<<11121314151617181920>>