/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 | 36 // 1. green + length prefix codes + color cache codes, 42 GREEN = 0, 323 // The huffman data is stored in red and green bytes. 713 code = ReadSymbol(&htree_group->htrees_[GREEN], br); \ 715 int red, green, blue, alpha; \ 717 green = code; \ 721 *src = STORE_PIXEL(alpha, red, green, blue); \ [all...] |
/external/webp/src/dec/ |
vp8l.c | 36 // 1. green + length prefix codes + color cache codes, 42 GREEN = 0, 322 // The huffman data is stored in red and green bytes. 712 code = ReadSymbol(&htree_group->htrees_[GREEN], br); \ 714 int red, green, blue, alpha; \ 716 green = code; \ 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 | 579 pal_ptr->green = buf[1]; 590 palette[i].green = buf[1]; 808 png_ptr->sig_bit.green = buf[1]; 816 png_ptr->sig_bit.green = buf[0]; [all...] |
/external/libpng/ |
pngrutil.c | 595 pal_ptr->green = buf[1]; 606 palette[i].green = buf[1]; 824 png_ptr->sig_bit.green = buf[1]; 832 png_ptr->sig_bit.green = buf[0]; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 93 span->green = g; 98 span->green = IntToFixed(g); 236 color[GCOMP] = FixedToInt(span->green); 245 GLfixed g = span->green; 271 color[GCOMP] = FixedToInt(span->green); 283 g = span->green; 337 /* interpolate red/green/blue/alpha to get float colors */ 341 GLfloat g = FixedToFloat(span->green); 350 GLfloat g = FixedToFloat(span->green); 777 span->green += leftClip * span->greenStep [all...] |
s_points.c | 110 span.green = ChanToFixed(vert->color[1]); 283 span.green = ChanToFixed(vert->color[1]); 387 span.green = ChanToFixed(vert->color[1]);
|
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 93 span->green = g; 98 span->green = IntToFixed(g); 236 color[GCOMP] = FixedToInt(span->green); 245 GLfixed g = span->green; 271 color[GCOMP] = FixedToInt(span->green); 283 g = span->green; 337 /* interpolate red/green/blue/alpha to get float colors */ 341 GLfloat g = FixedToFloat(span->green); 350 GLfloat g = FixedToFloat(span->green); 777 span->green += leftClip * span->greenStep [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 | 98 unsigned green = src[4 * x + 1]; local 102 unsigned green = src[4 * x + 1]; 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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 106 green = pickler.dumps(orig, proto) 107 derived = unpickler.loads(green) 119 green = pickler.dumps(orig, proto) 120 derived = unpickler.loads(green) 321 green = pickler.dumps(orig, proto) 322 derived = unpickler.loads(green) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 106 green = pickler.dumps(orig, proto) 107 derived = unpickler.loads(green) 119 green = pickler.dumps(orig, proto) 120 derived = unpickler.loads(green) 321 green = pickler.dumps(orig, proto) 322 derived = unpickler.loads(green) [all...] |
/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | 213 base::FilePath(FILE_PATH_LITERAL("green.png")), 440 // YUV values representing Green. 485 base::FilePath(FILE_PATH_LITERAL("green.png")), 1057 scoped_ptr<SolidColorDrawQuad> green = SolidColorDrawQuad::Create(); local 1348 scoped_ptr<SolidColorDrawQuad> green = SolidColorDrawQuad::Create(); local 1562 scoped_ptr<SolidColorDrawQuad> green = SolidColorDrawQuad::Create(); local 1598 scoped_ptr<SolidColorDrawQuad> green = SolidColorDrawQuad::Create(); local [all...] |
/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 | 52 GrGLclampf green, 76 GrGLclampf green, 85 GrGLboolean green,
|