Searched refs:glBlendColor (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto42 glBlendColor = 14;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp161 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java385 // C function void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
387 public static native void glBlendColor( method in class:GLES20
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java513 GLES20.glBlendColor(colorArray[0], colorArray[1], colorArray[2], colorArray[3]);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
H A Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp537 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
541 glBlendColor(
6164 {"glBlendColor", "(FFFF)V", (void *) android_glBlendColor__FFFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp275 glmsg.set_function(GLMessage::glBlendColor);
304 glContext->hooks->gl.glBlendColor(red, green, blue, alpha);
[all...]

Completed in 389 milliseconds