/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 | 502 // Paint the upper half of the image in red (lower half is in green). 504 SkPaint red; local 505 red.setColor(SK_ColorRED); 506 canvas.drawRect(SkRect::MakeWH(width, height / 2), red); local 514 // half of the platform image to make sure it is red, not green. 526 // Force a conversion back to SkBitmap and check that the upper half is red. 546 // Paint the upper half of the image in red (lower half is transparent). 548 SkPaint red; local 549 red.setColor(SK_ColorRED); 550 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;
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 127 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 130 float red, 136 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 139 int red, 169 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) 172 float red, 178 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) 181 int red, 187 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) 190 boolean red, [all...] |
/frameworks/native/opengl/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...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 17 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 20 void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
gl.h | 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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...] |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/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...] |
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/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...] |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/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...] |