HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 376 - 400 of 1085) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fb.h 266 struct fb_bitfield blue; member in struct:fb_var_screeninfo
297 __u16 *blue; member in struct:fb_cmap
omap3isp.h 355 __u8 blue; member in struct:omap3isp_prev_blkadj
389 __u32 blue[OMAP3ISP_PREV_GAMMA_TBL_SIZE]; member in struct:omap3isp_prev_gtables
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fb.h 266 struct fb_bitfield blue; member in struct:fb_var_screeninfo
297 __u16 *blue; member in struct:fb_cmap
omap3isp.h 355 __u8 blue; member in struct:omap3isp_prev_blkadj
389 __u32 blue[OMAP3ISP_PREV_GAMMA_TBL_SIZE]; member in struct:omap3isp_prev_gtables
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fb.h 218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
  /system/extras/tests/framebuffer/
fb_test.c 197 uint16_t blue = 0x001f; variable
230 loc[i + j*(stride)] = blue;
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 61 resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);
65 resampled->blue[i] = gamma_ramp->blue[gamma_ramp->size - 1];
689 color.blue = (background_color_argb_ & 0x000000FF) << 8;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 313 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
318 float blue,
322 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
327 int blue,
355 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
360 float blue,
364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
369 int blue,
373 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
378 boolean blue,
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 292 float blue,
299 int blue,
322 float blue,
329 int blue,
336 boolean blue,
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 86 public void glClearColor(float red, float green, float blue, float alpha) {
87 ((GL10)mGL).glClearColor(red, green, blue, alpha);
91 public void glClearColorx(int red, int green, int blue, int alpha) {
92 ((GL10)mGL).glClearColorx(red, green, blue, alpha);
116 public void glColor4f(float red, float green, float blue, float alpha) {
117 ((GL10)mGL).glColor4f(red, green, blue, alpha);
121 public void glColor4x(int red, int green, int blue, int alpha) {
122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
126 public void glColorMask(boolean red, boolean green, boolean blue,
128 ((GL10)mGL).glColorMask(red, green, blue, alpha)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 695 WINGDIAPI void APIENTRY glClearAccum(GLfloat red,GLfloat green,GLfloat blue,GLfloat alpha);
696 WINGDIAPI void APIENTRY glClearColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha);
701 WINGDIAPI void APIENTRY glColor3b(GLbyte red,GLbyte green,GLbyte blue);
703 WINGDIAPI void APIENTRY glColor3d(GLdouble red,GLdouble green,GLdouble blue);
705 WINGDIAPI void APIENTRY glColor3f(GLfloat red,GLfloat green,GLfloat blue);
707 WINGDIAPI void APIENTRY glColor3i(GLint red,GLint green,GLint blue);
709 WINGDIAPI void APIENTRY glColor3s(GLshort red,GLshort green,GLshort blue);
711 WINGDIAPI void APIENTRY glColor3ub(GLubyte red,GLubyte green,GLubyte blue);
713 WINGDIAPI void APIENTRY glColor3ui(GLuint red,GLuint green,GLuint blue);
715 WINGDIAPI void APIENTRY glColor3us(GLushort red,GLushort green,GLushort blue);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
54 void (GLAPIENTRYP Color3d)(GLdouble red, GLdouble green, GLdouble blue); /* 11 */
56 void (GLAPIENTRYP Color3f)(GLfloat red, GLfloat green, GLfloat blue); /* 13 */
58 void (GLAPIENTRYP Color3i)(GLint red, GLint green, GLint blue); /* 15 */
60 void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */
62 void (GLAPIENTRYP Color3ub)(GLubyte red, GLubyte green, GLubyte blue); /* 19 */
64 void (GLAPIENTRYP Color3ui)(GLuint red, GLuint green, GLuint blue); /* 21 */
66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
70 void (GLAPIENTRYP Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); /* 27 *
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 40 * transparent, red, green, blue.
48 * entry 2: 80%-blue
160 unsigned int green, unsigned int blue, unsigned int alpha,
165 color->blue = gamma_table[blue];
177 * entry 2: 80%-blue
234 /* color: green, red,blue,white */
365 * start of the row (blue and green are 0).
366 * x1: the green->white scale (the value of the red and blue
377 * blue: 0 Y
480 const png_uint_32 blue = colors[3]; local
499 const png_uint_32 blue = colors[3]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 85 span.blue = ChanToFixed(v2->color[2]); \
309 dest[BCOMP] = span->blue * (sample[BCOMP] + 1u) >> (FIXED_SHIFT + 8); \
319 dest[BCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->blue + \
329 dest[BCOMP] = ((CHAN_MAX - sample[BCOMP]) * span->blue \
339 GLint bSum = FixedToInt(span->blue) + (GLint) sample[BCOMP]; \
371 span->blue += span->blueStep; \
401 span->blue += span->blueStep; \
630 span->blue += span->blueStep; \
666 span->blue += span->blueStep; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 85 span.blue = ChanToFixed(v2->color[2]); \
309 dest[BCOMP] = span->blue * (sample[BCOMP] + 1u) >> (FIXED_SHIFT + 8); \
319 dest[BCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->blue + \
329 dest[BCOMP] = ((CHAN_MAX - sample[BCOMP]) * span->blue \
339 GLint bSum = FixedToInt(span->blue) + (GLint) sample[BCOMP]; \
371 span->blue += span->blueStep; \
401 span->blue += span->blueStep; \
630 span->blue += span->blueStep; \
666 span->blue += span->blueStep; \
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 382 int b = Color.blue(actual) - Color.blue(exp);
389 int b = Color.blue(argb);
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 38 (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha),
39 (red, green, blue, alpha))
66 (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha),
67 (red, green, blue, alpha))
72 (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha),
73 (red, green, blue, alpha))

Completed in 1928 milliseconds

<<11121314151617181920>>