HomeSort by relevance Sort by last modified time
    Searched refs:green (Results 276 - 300 of 798) sorted by null

<<11121314151617181920>>

  /system/extras/tests/framebuffer/
fb_test.c 196 uint16_t green = 0x07e0; variable
222 loc[i + j*(stride)] = green;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 313 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
317 float green,
322 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
326 int green,
355 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
359 float green,
364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
368 int green,
373 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
377 boolean green,
    [all...]
GLErrorWrapper.java 106 public void glClearColor(float red, float green, float blue, float alpha) {
108 mgl.glClearColor(red, green, blue, alpha);
112 public void glClearColorx(int red, int green, int blue, int alpha) {
114 mgl.glClearColorx(red, green, blue, alpha);
142 public void glColor4f(float red, float green, float blue, float alpha) {
144 mgl.glColor4f(red, green, blue, alpha);
148 public void glColor4x(int red, int green, int blue, int alpha) {
150 mgl.glColor4x(red, green, blue, alpha);
154 public void glColorMask(boolean red, boolean green, boolean blue,
157 mgl.glColorMask(red, green, blue, alpha)
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 291 float green,
298 int green,
321 float green,
328 int green,
335 boolean green,
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 160 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
244 frame_color->green = SkColorGetG(shifted) * ui::kSkiaToGDKMultiplier;
460 color.green = (text.green + (bg.green * kBgWeight)) / (1 + kBgWeight);
538 // Each pixel is made up of a red, green, and blue component; taking up
555 color->green = components[1] * 65535 / (255 * (kHeight - 4));
    [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/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 84 span.green = ChanToFixed(v2->color[1]); \
308 dest[GCOMP] = span->green * (sample[GCOMP] + 1u) >> (FIXED_SHIFT + 8); \
316 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \
327 dest[GCOMP] = ((CHAN_MAX - sample[GCOMP]) * span->green \
338 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \
370 span->green += span->greenStep; \
400 span->green += span->greenStep; \
629 span->green += span->greenStep; \
665 span->green += span->greenStep; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 84 span.green = ChanToFixed(v2->color[1]); \
308 dest[GCOMP] = span->green * (sample[GCOMP] + 1u) >> (FIXED_SHIFT + 8); \
316 dest[GCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->green + \
327 dest[GCOMP] = ((CHAN_MAX - sample[GCOMP]) * span->green \
338 GLint gSum = FixedToInt(span->green) + (GLint) sample[GCOMP]; \
370 span->green += span->greenStep; \
400 span->green += span->greenStep; \
629 span->green += span->greenStep; \
665 span->green += span->greenStep; \
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 381 int g = Color.green(actual) - Color.green(exp);
388 int g = Color.green(argb);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 182 void setClearColor(float red, float green, float blue, float alpha);
206 void setBlendColor(float red, float green, float blue, float alpha);
247 void setColorMask(bool red, bool green, bool blue, bool alpha);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer11_utils.cpp 60 UINT8 ConvertColorMask(bool red, bool green, bool blue, bool alpha)
67 if (green)
410 vertex->g = color.green;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.h 17 GrGLclampf green,
36 GrGLclampf green,
43 GrGLboolean green,
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
427 * Set the gamma translation table for the red, green, and blue channels
438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);
    [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 17 GrGLclampf green,
36 GrGLclampf green,
43 GrGLboolean green,
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
427 * Set the gamma translation table for the red, green, and blue channels
438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
427 * Set the gamma translation table for the red, green, and blue channels
438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
427 * Set the gamma translation table for the red, green, and blue channels
438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 86 int bSize,red,green,blue,alpha,depth,stencil; local
117 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_GREEN_SIZE,&green));
158 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 75 int g = Color.green(c);
138 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN),
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_providers_test.py 65 'green': {
117 provider.GetContentAndType('green/granny smith.txt').Get().content)
167 'gh/apples/green/granny smith.txt')
169 self.assertEqual('apples/green/granny smith.txt', path)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
FELightingNEON.h 116 floatArguments.colorGreen = m_lightingColor.green();
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp_shared.h 23 void APIENTRY shared_dispatch_stub_9(GLbyte red, GLbyte green, GLbyte blue);
25 void APIENTRY shared_dispatch_stub_11(GLdouble red, GLdouble green, GLdouble blue);
27 void APIENTRY shared_dispatch_stub_13(GLfloat red, GLfloat green, GLfloat blue);
29 void APIENTRY shared_dispatch_stub_15(GLint red, GLint green, GLint blue);
31 void APIENTRY shared_dispatch_stub_17(GLshort red, GLshort green, GLshort blue);
33 void APIENTRY shared_dispatch_stub_19(GLubyte red, GLubyte green, GLubyte blue);
35 void APIENTRY shared_dispatch_stub_21(GLuint red, GLuint green, GLuint blue);
37 void APIENTRY shared_dispatch_stub_23(GLushort red, GLushort green, GLushort blue);
39 void APIENTRY shared_dispatch_stub_25(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
41 void APIENTRY shared_dispatch_stub_27(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 285 texres.green =(texres.green - 0.5f) * bacd.contrast + bacd.brightness;
286 if (texres.green < 0.0f) {
287 texres.green = 0.0f;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 159 float green; /* Green Gamma value */ member in struct:__anon25121
290 unsigned short* /* green array */,
299 unsigned short* /* green array */,

Completed in 481 milliseconds

<<11121314151617181920>>