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

<<11121314151617181920>>

  /external/mesa3d/include/GL/
gl.h 778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
885 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1019 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1020 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1021 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1022 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1024 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 776 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
782 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
883 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1017 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1018 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1019 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1020 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1021 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1022 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 776 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
782 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
883 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1017 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1018 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1019 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1020 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1021 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1022 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 776 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
782 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
883 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1017 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1018 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1019 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1020 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1021 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1022 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue )
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 578 pal_ptr->red = buf[0];
589 palette[i].red = buf[0];
807 png_ptr->sig_bit.red = buf[0];
815 png_ptr->sig_bit.red = buf[0];
    [all...]
  /external/libpng/
pngrutil.c 594 pal_ptr->red = buf[0];
605 palette[i].red = buf[0];
823 png_ptr->sig_bit.red = buf[0];
831 png_ptr->sig_bit.red = buf[0];
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1144 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local
1195 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local
1284 scoped_ptr<SolidColorDrawQuad> red = SolidColorDrawQuad::Create(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 92 span->red = r;
97 span->red = IntToFixed(r);
235 color[RCOMP] = FixedToInt(span->red);
244 GLfixed r = span->red;
270 color[RCOMP] = FixedToInt(span->red);
282 r = span->red;
337 /* interpolate red/green/blue/alpha to get float colors */
340 GLfloat r = FixedToFloat(span->red);
349 GLfloat r = FixedToFloat(span->red);
776 span->red += leftClip * span->redStep
    [all...]
s_points.c 109 span.red = ChanToFixed(vert->color[0]);
282 span.red = ChanToFixed(vert->color[0]);
386 span.red = ChanToFixed(vert->color[0]);
  /external/mesa3d/src/mesa/swrast/
s_span.c 92 span->red = r;
97 span->red = IntToFixed(r);
235 color[RCOMP] = FixedToInt(span->red);
244 GLfixed r = span->red;
270 color[RCOMP] = FixedToInt(span->red);
282 r = span->red;
337 /* interpolate red/green/blue/alpha to get float colors */
340 GLfloat r = FixedToFloat(span->red);
349 GLfloat r = FixedToFloat(span->red);
776 span->red += leftClip * span->redStep
    [all...]
s_points.c 109 span.red = ChanToFixed(vert->color[0]);
282 span.red = ChanToFixed(vert->color[0]);
386 span.red = ChanToFixed(vert->color[0]);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 496 Y = (Y - b * m_chroma.blue[1] - r * m_chroma.red[1]) / m_chroma.green[1];
537 out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0];
543 o[i] = (uchar) (in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]);
555 ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0]);
561 ((uchar *)out)[i] = uchar((ui[n] * m_chroma.blue[0] + ui[n + 1] * m_chroma.green[0] + ui[n + 2] * m_chroma.red[0]) * (256.0 / 4294967296.0));
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 99 unsigned red= src[4 * x + 2]; local
101 unsigned red= src[4 * x];
107 ((red * 66 + green * 129 + blue * 25) >> 8) + 16;
113 ((-red * 38 - green * 74 + blue * 112) >> 8) + 128;
116 ((red * 112 - green * 94 - blue * 18) >> 8) + 128;
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
485 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
487 GLAPI void APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 83 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { }
98 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { }
101 virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green, WGC3Dboolean blue, WGC3Dboolean alpha) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 249 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) = 0;
260 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) = 0;
263 virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green, WGC3Dboolean blue, WGC3Dboolean alpha) = 0;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 51 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendColor(GrGLclampf red,
75 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLClearColor(GrGLclampf red,
84 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLColorMask(GrGLboolean red,
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 94 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green,
112 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green,
116 virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green,
  /external/opencv/
cvjni.cpp 245 CvScalar red = CV_RGB( 255, 0, 0 ); local
249 red, // ?O????s????F
250 red, // ??????s???i???j??F
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 51 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendColor(GrGLclampf red,
75 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLClearColor(GrGLclampf red,
84 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLColorMask(GrGLboolean red,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 338 EGLint red,green,blue,alpha,depth,stencil; local
395 red = frmt->cRedBits;
401 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 52 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
54 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
99 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
101 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
113 GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) {
115 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 58 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue,
60 GetGLES(context_id)->BlendColor(red, green, blue, alpha);
103 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue,
105 GetGLES(context_id)->ClearColor(red, green, blue, alpha);
117 PP_Resource context_id, GLboolean red, GLboolean green, GLboolean blue,
119 GetGLES(context_id)->ColorMask(red, green, blue, alpha);
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 64 color.red = i * 3;
65 color.green = color.red + 1;
66 color.blue = color.red + 2;
384 EXPECT_EQ(palette_color.red, rgba_pixel[0]);
428 EXPECT_EQ(palette_color.red, rgba_pixel[0]);
472 EXPECT_EQ(palette_color.red, rgba_pixel[0]);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_16.asm 378 and edx,1110000000000000b ; red
401 and edx,1110000000000000b ; red
475 and edx,1110000000000000b ; red

Completed in 1391 milliseconds

<<11121314151617181920>>