HomeSort by relevance Sort by last modified time
    Searched full:green (Results 376 - 400 of 627) sorted by null

<<11121314151617181920>>

  /build/tools/droiddoc/templates/assets/
android-developer-core.css 363 #mainBodyFixed .green,
364 #mainBodyFluid .green,
365 #jd-content .green {
  /external/libpng/contrib/gregbook/
readpng2.c 434 * green and blue values, regardless of color_type: */
441 mainprog_ptr->bg_green = pBackground->green >> 8;
455 mainprog_ptr->bg_green = (uch)pBackground->green;
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 429 void blendColor(double red, double green, double blue, double alpha);
441 void clearColor(double red, double green, double blue, double alpha);
444 void colorMask(bool red, bool green, bool blue, bool alpha);
  /frameworks/base/docs/html/guide/developing/testing/
testing_eclipse.jd 285 green Run arrow. This displays a menu of saved Run and Debug
354 tests succeed, the bar remains green. If a test fails, the bar turns from green to red.
  /frameworks/base/opengl/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /packages/experimental/procstatlog/
procstatreport.py 205 "colors": ["blue", "green"],
374 "colors": ["green"],
601 "colors": ["blue", "green"],
  /external/libffi/
ltcf-cxx.sh 278 # Green Hills C++ Compiler
650 # Green Hills C++ Compiler
792 # Green Hills C++ Compile
    [all...]
  /external/libpng/
pngwutil.c 617 buf[1] = pal_ptr->green;
629 buf[1] = pal_ptr[i].green;
884 entrybuf[1] = (png_byte)ep->green;
892 png_save_uint_16(entrybuf + 2, ep->green);
906 entrybuf[1] = (png_byte)ep[i].green;
914 png_save_uint_16(entrybuf + 2, ep[i].green);
949 sbit->green == 0 || sbit->green > maxbits ||
956 buf[1] = sbit->green;
    [all...]
libpng-1.2.44.txt 648 red, green, and blue channels,
673 valid 16-bit red, green and blue
    [all...]
png.h 620 /* Three color definitions. The order of the red, green, and blue, (and the
627 png_byte green; member in struct:png_color_struct
636 png_uint_16 red; /* for use in red green blue files */
637 png_uint_16 green; member in struct:png_color_16_struct
646 png_byte red; /* for use in red green blue files */
647 png_byte green; member in struct:png_color_8_struct
662 png_uint_16 green; member in struct:png_sPLT_entry_struct
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 342 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
345 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
348 (GLclampf)green,
354 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
357 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
360 (GLclampx)green,
402 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
405 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
408 (GLfloat)green,
414 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) *
    [all...]
android_opengl_GLES11Ext.cpp 515 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
518 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
521 (GLclampx)green,
587 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
590 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
593 (GLfixed)green,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1307 final int green = 0xff; local
1324 final int green = 0x33; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 512 /* Three color definitions. The order of the red, green, and blue, (and the
519 png_byte green; member in struct:png_color_struct
528 png_uint_16 red; /* for use in red green blue files */
529 png_uint_16 green; member in struct:png_color_16_struct
538 png_byte red; /* for use in red green blue files */
539 png_byte green; member in struct:png_color_8_struct
554 png_uint_16 green; member in struct:png_sPLT_entry_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 59 int CGX_SetGamma(_THIS, float red, float green, float blue)
65 int CGX_GetGamma(_THIS, float red, float green, float blue)
89 xcmap[i].green = ramp[1*256+c];
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 469 void blendColor(in double red, in double green, in double blue, in double alpha);
485 void clearColor(in double red, in double green, in double blue, in double alpha);
488 void colorMask(in boolean red, in boolean green, in boolean blue, in boolean alpha);
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 351 // mark indirectly tested method always as green, independent
  /development/apps/launchperf/res/layout/
complex_layout.xml 210 android:background="@color/green"
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List1.java 97 "Gornyaltajski", "Gospel Green", "Gouda", "Goutu", "Gowrie", "Grabetto", "Graddost",
List9.java 220 "Gospel Green", "Gouda", "Goutu", "Gowrie", "Grabetto", "Graddost",
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 47 Facing the application is the <i>Manager</i> (green), which internally

Completed in 129 milliseconds

<<11121314151617181920>>