/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLColor.java | 24 public final int alpha; field in GLColor 26 public GLColor(int red, int green, int blue, int alpha) { in GLColor()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | ShapeHolder.java | 34 private float alpha = 1f; field in ShapeHolder 76 public void setAlpha(float alpha) { in setAlpha()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ProxyDrawable.java | 87 public void setAlpha(int alpha) { in setAlpha()
|
D | Regions.java | 49 private void drawOriginalRects(Canvas canvas, int alpha) { in drawOriginalRects()
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
D | PaletteTexture.cpp | 27 unsigned char alpha; member
|
D | DummyGLfuncs.cpp | 29 … void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glClearColor() 31 …oid GLAPIENTRY dummy_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha){} in dummy_glColorMask() 89 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha){} in dummy_glColor4d() 90 void GLAPIENTRY dummy_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha){} in dummy_glColor4f() 92 void GLAPIENTRY dummy_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha){} in dummy_glColor4ub() 179 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glBlendColor()
|
/development/ndk/platforms/android-3/include/linux/ |
D | msm_mdp.h | 73 uint32_t alpha; member
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
D | Clock.java | 197 float cx, float cy, float radius, float alpha, float textAlpha, in drawClock()
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 134 int alpha) in common_rgb_cb()
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() 286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx() 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() 321 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() 851 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() 866 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 105 public void glClearColor(float red, float green, float blue, float alpha) { in glClearColor() 109 public void glClearColorx(int red, int green, int blue, int alpha) { in glClearColorx() 129 public void glColor4f(float red, float green, float blue, float alpha) { in glColor4f() 133 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() 138 boolean alpha) { in glColorMask() 765 public void glColor4ub(byte red, byte green, byte blue, byte alpha) { in glColor4ub()
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
D | EglMacApi.cpp | 33 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
|
D | EglX11Api.cpp | 87 int bSize,red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
|
D | EglWindowsApi.cpp | 338 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 362 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor() 367 GL_API void GL_APIENTRY glClearColorx( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha… in glClearColorx() 415 GL_API void GL_APIENTRY glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in glColor4f() 420 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub() 425 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x() 430 …I void GL_APIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { in glColorMask()
|
/development/samples/Home/src/com/example/android/home/ |
D | Home.java | 760 public void setAlpha(int alpha) { in setAlpha()
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 272 …PICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){ in glBlendColor() 330 …PICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){ in glClearColor() 342 …ALL void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha){ in glColorMask()
|