HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 401 - 425 of 1085) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNoOpInterface.h 18 GrGLclampf blue,
37 GrGLclampf blue,
44 GrGLboolean blue,
  /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 18 GrGLclampf blue,
37 GrGLclampf blue,
44 GrGLboolean blue,
  /frameworks/base/opengl/java/android/opengl/
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...]
  /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 87 int bSize,red,green,blue,alpha,depth,stencil; local
119 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_BLUE_SIZE,&blue));
159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight,
  /external/libpng/contrib/libtests/
pngvalid.c 585 png_byte blue; member in struct:store_palette_entry
1751 CIE_color red, green, blue; \/* End points *\/ member in struct:color_encoding
4265 png_uint_16 blue; member in struct:standard_display::__anon28423
5275 unsigned int red, green, blue, alpha; \/* For non-palette images. *\/ member in struct:image_pixel
    [all...]
  /bionic/libc/kernel/uapi/linux/
omapfb.h 201 struct fb_bitfield blue; member in struct:omapfb_ovl_colormode
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposeShaderTest.java 43 Color.GREEN, Color.BLUE, Shader.TileMode.CLAMP);
64 assertEquals(x, Color.blue(pixel), TOLERANCE);
  /development/ndk/platforms/android-L/include/linux/
omapfb.h 201 struct fb_bitfield blue; member in struct:omapfb_ovl_colormode
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 76 int b = Color.blue(c);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid3.java 118 getResources().getDrawable(R.drawable.blue)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 25 * and look for blue tokens in the input window pane. :)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
renderer11_utils.h 78 vertex->b = color.blue;
  /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/deqp/modules/egl/
teglPreservingSwapTests.cpp 362 void clearColorScreen(const glw::Functions& gl, float red, float green, float blue, float alpha)
364 gl.clearColor(red, green, blue, alpha);
368 void clearColorReference(tcu::Surface* ref, float red, float green, float blue, float alpha)
370 tcu::clear(ref->getAccess(), tcu::Vec4(red, green, blue, alpha));
  /external/kernel-headers/original/uapi/linux/
omapfb.h 195 struct fb_bitfield blue; member in struct:omapfb_ovl_colormode
  /external/pdfium/fpdfsdk/include/
fpdfview.h 442 // Each pixel contains red (R), green (G), blue (B) and optionally alpha (A) values.
457 #define FPDFBitmap_BGR 2 // 3 bytes per pixel, byte order: blue, green, red.
458 #define FPDFBitmap_BGRx 3 // 4 bytes per pixel, byte order: blue, green, red, unused.
459 #define FPDFBitmap_BGRA 4 // 4 bytes per pixel, byte order: blue, green, red, alpha.
492 // blue - A number from 0 to 255, identifying the blue intensity.
504 int red, int green, int blue, int alpha);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 160 float blue; /* Blue Gamma value */ member in struct:__anon33256
291 unsigned short* /* blue array */
300 unsigned short* /* blue array */
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 208 255 - Color.blue(color));
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 319 __u64 blue; member in struct:drm_mode_crtc_lut
  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 202 struct fb_bitfield blue; member in struct:omapfb_ovl_colormode

Completed in 1364 milliseconds

<<11121314151617181920>>