Searched refs:green (Results 51 - 67 of 67) sorted by relevance

123

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1067 float[] green = new float[] {0.0f, 1.0f, 1.0f, 0.0f};
1073 TonemapCurve tcIn = new TonemapCurve(red, green, blue);
1079 assertArrayEquals(green, greenOut);
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java498 rgbOut[outOffset + 1] = (byte) Color.green(color);
/frameworks/native/opengl/include/GLES/
H A Dglext.h668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
708 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
711 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h31 void GLTrace_glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
40 void GLTrace_glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
43 void GLTrace_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
567 void GLTrace_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
595 void GLTrace_glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
599 void GLTrace_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
600 void GLTrace_glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
688 void GLTrace_glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
691 void GLTrace_glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
H A Dgltrace_api.cpp271 void GLTrace_glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { argument
283 // copy argument green
287 arg_green->add_floatvalue(green);
304 glContext->hooks->gl.glBlendColor(red, green, blue, alpha);
617 void GLTrace_glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { argument
629 // copy argument green
633 arg_green->add_floatvalue(green);
650 glContext->hooks->gl.glClearColor(red, green, blue, alpha);
719 void GLTrace_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { argument
731 // copy argument green
23537 GLTrace_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
24645 GLTrace_glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
24782 GLTrace_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
24828 GLTrace_glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
27968 GLTrace_glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
28077 GLTrace_glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java525 float green = ((color >>> 8) & 0xFF) / 255f * alpha;
528 mTempColor[1] = green;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp319 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
322 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
325 (GLclampf)green,
331 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
334 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
337 (GLclampx)green,
379 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
382 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
385 (GLfloat)green,
391 /* void glColor4x ( GLfixed red, GLfixed green, GLfixe
321 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
333 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
381 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
393 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
405 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
4344 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
[all...]
H A Dandroid_opengl_GLES20.cpp419 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
422 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
425 (GLclampf)green,
572 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
575 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
578 (GLclampf)green,
602 /* void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) */
605 (JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) {
608 (GLboolean)green,
421 android_glBlendColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
574 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
604 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
H A Dandroid_opengl_GLES11Ext.cpp802 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
805 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
808 (GLclampx)green,
889 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
892 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
895 (GLfixed)green,
804 android_glClearColorxOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
891 android_glColor4xOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
H A Dandroid_opengl_GLES11.cpp561 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
564 (JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) {
567 (GLubyte)green,
563 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
H A Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java662 Color.red(backgroundColor), Color.green(backgroundColor),
H A DKeyguardAffordanceView.java212 Color.green(mCircleColor), Color.blue(mCircleColor));
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp680 const Region& /* clip */, float red, float green, float blue,
685 engine.setupFillWithColor(red, green, blue, alpha);
679 clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& , float red, float green, float blue, float alpha) const argument
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1898 Color.red(bgColor), Color.green(bgColor), Color.blue(bgColor),
2557 int g = Color.green(bgc);
/frameworks/base/tools/aapt/
H A DImages.cpp1038 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);

Completed in 400 milliseconds

123