/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | 1448 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local 1500 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local 1591 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 77 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 79 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendColor(" << red << ", " << green << ", " << blue << ", " << alpha << ")"); // NOLINT 80 helper_->BlendColor(red, green, blue, alpha); 141 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 143 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glClearColor(" << red << ", " << green << ", " << blue << ", " << alpha << ")"); // NOLINT 144 helper_->ClearColor(red, green, blue, alpha); 163 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { 165 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glColorMask(" << GLES2Util::GetStringBool(red) << ", " << GLES2Util::GetStringBool(green) << ", " << GLES2Util::GetStringBool(blue) << ", " << GLES2Util::GetStringBool(alpha) << ")"); // NOLINT 166 helper_->ColorMask(red, green, blue, alpha); [all...] |
gles2_c_lib_autogen.h | 35 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 36 gles2::GetGLContext()->BlendColor(red, green, blue, alpha); 66 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 67 gles2::GetGLContext()->ClearColor(red, green, blue, alpha); 76 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { 77 gles2::GetGLContext()->ColorMask(red, green, blue, alpha); [all...] |
gles2_trace_implementation_impl_autogen.h | 52 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 54 gl_->BlendColor(red, green, blue, alpha); 102 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 104 gl_->ClearColor(red, green, blue, alpha); 118 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { 120 gl_->ColorMask(red, green, blue, alpha); [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 31 void GLTrace_glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 40 void GLTrace_glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 43 void GLTrace_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 399 void GLTrace_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect.c | 481 void __indirect_glColor3b(GLbyte red, GLbyte green, GLbyte blue) 486 (void) memcpy((void *)(gc->pc + 4), (void *)(&red), 1); 500 void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue) 505 (void) memcpy((void *)(gc->pc + 4), (void *)(&red), 8); 519 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) 524 (void) memcpy((void *)(gc->pc + 4), (void *)(&red), 4); 538 void __indirect_glColor3i(GLint red, GLint green, GLint blue) 543 (void) memcpy((void *)(gc->pc + 4), (void *)(&red), 4); 557 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue) 562 (void) memcpy((void *)(gc->pc + 4), (void *)(&red), 2) [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | 958 final int red = 0xff; local 962 mCanvas.drawRGB(red, green, blue); 964 final int color = alpha << 24 | red << 16 | green << 8 | blue; 970 final int red = 0x22; local 974 mCanvas.drawARGB(alpha, red, green, blue); 975 final int color = alpha << 24 | red << 16 | green << 8 | blue; [all...] |
BitmapFactoryTest.java | 547 final int r = Color.red(actual) - Color.red(expect);
|
BitmapRegionDecoderTest.java | 440 int r = Color.red(actual) - Color.red(exp);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 81 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, 85 ToGles2Impl(&enter)->BlendColor(red, green, blue, alpha); 155 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, 159 ToGles2Impl(&enter)->ClearColor(red, green, blue, alpha); 178 PP_Resource context_id, GLboolean red, GLboolean green, GLboolean blue, 182 ToGles2Impl(&enter)->ColorMask(red, green, blue, alpha); [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
png.h | 557 /* Three color definitions. The order of the red, green, and blue, (and the 563 png_byte red; member in struct:png_color_struct 574 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct 585 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct 601 png_uint_16 red; member in struct:png_sPLT_entry_struct [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 479 pal_ptr->red = buf[0]; 490 palette[i].red = buf[0]; 707 png_ptr->sig_bit.red = buf[0]; 715 png_ptr->sig_bit.red = buf[0]; 793 png_warning(png_ptr, "Invalid cHRM red point"); [all...] |
png.h | 512 /* Three color definitions. The order of the red, green, and blue, (and the 518 png_byte red; member in struct:png_color_struct 528 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct 538 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct 553 png_uint_16 red; member in struct:png_sPLT_entry_struct [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 217 base_color->red, base_color->green, base_color->blue); 252 color->red, color->green, color->blue);
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk.cc | 407 base_color->red, base_color->green, base_color->blue); 442 color->red, color->green, color->blue);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_browsertest.cc | 523 int red = SkColorGetR(color); local 533 EXPECT_NEAR(expected_red, red, allowable_error_) [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_drm_image.spec | 92 then red, then green, then blue. The bit values accepted by
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 430 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 433 dst[i] = (blue << 11) | (green << 5) | red; 459 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 463 dst[i] = (alpha << 12) | (blue << 8) | (green << 4) | red; 489 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 493 dst[i] = (alpha << 15) | (blue << 10) | (green << 5) | red; 515 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 518 dst[i] = (blue << 5) | (green << 2) | red; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_zoom.c | 191 zoomed.red = span->red;
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 81 \newcommand{\TODO}[1]{\textcolor{red}{*** #1 ***}}
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 92 then red, then green, then blue. The bit values accepted by
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 430 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 433 dst[i] = (blue << 11) | (green << 5) | red; 459 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 463 dst[i] = (alpha << 12) | (blue << 8) | (green << 4) | red; 489 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 493 dst[i] = (alpha << 15) | (blue << 10) | (green << 5) | red; 515 const int red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; local 518 dst[i] = (blue << 5) | (green << 2) | red; [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 191 zoomed.red = span->red;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86vmstr.h | 462 CARD32 red B32; 477 CARD32 red B32;
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 130 c.red = want[i].r << 8; 150 got[i].r = cols[i].red >> 8;
|