/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 40 glBlendColor = 14; enumerator
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 387 public static native void glBlendColor( in glBlendColor() method in GLES20
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 513 GLES20.glBlendColor(colorArray[0], colorArray[1], colorArray[2], colorArray[3]); in prepareDraw()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 22 void API_ENTRY(glBlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 23 CALL_GL_API(glBlendColor, red, green, blue, alpha);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl31.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 846 const GLMessage_Function GLMessage::glBlendColor; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1194 static const Function glBlendColor = GLMessage_Function_glBlendColor; variable
|
D | gltrace_api.cpp | 275 glmsg.set_function(GLMessage::glBlendColor); in GLTrace_glBlendColor() 304 glContext->hooks->gl.glBlendColor(red, green, blue, alpha); in GLTrace_glBlendColor()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 33 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
|
D | trace.in | 33 TRACE_GL_VOID(glBlendColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green,…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 423 glBlendColor( in android_glBlendColor__FFFF()
|
/frameworks/base/api/ |
D | system-current.txt | 21266 method public static void glBlendColor(float, float, float, float);
|
D | current.txt | 19686 method public static void glBlendColor(float, float, float, float);
|