HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 201 - 225 of 275) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1308 final int blue = 0xff; local
1325 final int blue = 0x44; 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
520 png_byte blue; member in struct:png_color_struct
528 png_uint_16 red; /* for use in red green blue files */
530 png_uint_16 blue; member in struct:png_color_16_struct
538 png_byte red; /* for use in red green blue files */
540 png_byte blue; member in struct:png_color_8_struct
555 png_uint_16 blue; member in struct:png_sPLT_entry_struct
    [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...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /build/tools/droiddoc/templates-pdk/
customization.cs 179 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 891 R.drawable.blue, R.drawable.red,
893 R.drawable.blue, R.drawable.failed,
ProgressBarTest.java 569 Drawable d1 = mContext.getResources().getDrawable(R.drawable.blue);
  /external/libpng/
example.c 218 * It is possible to set the red, green, and blue components directly
661 sig_bit.blue = true_blue_bit_depth;
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 1004 xcmap[i].blue = (colors[i].b<<8)|colors[i].b;
1039 xcmap[i].blue = ramp[2*256+c];
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 1021 surface->hwdata->alpha.blue = (alpha / 255.0) * 65535;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 304 public void setColor(float red, float green, float blue, float alpha) {
307 gl.glColor4f(red, green, blue, alpha);
    [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) {
349 (GLclampf)blue,
354 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
357 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
361 (GLclampx)blue,
402 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
405 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
409 (GLfloat)blue,
414 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) *
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 184 hr.blue {
388 #mainBodyLeft p.blue {
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 231 hr.blue {
433 #mainBodyLeft p.blue {
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 787 palette->colors[i].b = cmap->color_list[i].blue;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 694 (**cTab).ctTable[j].rgb.blue = colors[i].b << 8 | colors[i].b;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 470 SDL_ReallocFormat(current, mask->bpp, mask->red, mask->green, mask->blue, 0);

Completed in 1184 milliseconds

1 2 3 4 5 6 7 891011