/prebuilts/ndk/9/platforms/android-9/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...] |
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
DummyGLfuncs.cpp | 29 void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} 31 void GLAPIENTRY dummy_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha){} 89 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha){} 90 void GLAPIENTRY dummy_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha){} 92 void GLAPIENTRY dummy_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha){} 179 void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){}
|
DummyGLfuncs.h | 36 void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 38 void GLAPIENTRY dummy_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 96 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); 97 void GLAPIENTRY dummy_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 99 void GLAPIENTRY dummy_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 186 void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/sdk/emulator/opengl/host/libs/Translator/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...] |
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 46 static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 48 static void (GLAPIENTRY *glColorMask) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 123 static void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); 124 static void (GLAPIENTRY *glColor4f) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 126 static void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 196 static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/external/chromium_org/third_party/libwebp/dec/ |
vp8l.c | 38 // 3. red, 43 RED = 1, 323 // The huffman data is stored in red and green bytes. 715 int red, green, blue, alpha; \ 716 red = ReadSymbol(&htree_group->htrees_[RED], br); \ 721 *src = STORE_PIXEL(alpha, red, green, blue); \ [all...] |
/external/webp/src/dec/ |
vp8l.c | 38 // 3. red, 43 RED = 1, 322 // The huffman data is stored in red and green bytes. 714 int red, green, blue, alpha; \ 715 red = ReadSymbol(&htree_group->htrees_[RED], br); \ 720 *src = STORE_PIXEL(alpha, red, green, blue); \ [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_mapi_tmp.h | 31 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue); 33 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue); 35 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue); 37 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue); 39 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue); 41 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue); 43 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue); 45 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue); 47 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); 49 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) [all...] |
/external/chromium_org/third_party/mesa/src/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...] |
/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/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...] |
/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/platform/graphics/ |
GraphicsContext3D.h | 218 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 230 void clearColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha); 233 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 77 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { } 92 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { } 95 virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green, WGC3Dboolean blue, WGC3Dboolean alpha) { }
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 225 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) = 0; 236 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) = 0; 239 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,
|