Searched refs:glBlendColor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 22 void API_ENTRY(glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 23 CALL_GL_API(glBlendColor, red, green, blue, alpha);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 383 public static native void glBlendColor( in glBlendColor() method in GLES20
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|
/frameworks/base/opengl/libs/ |
D | entries.in | 15 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 240 glBlendColor( in android_glBlendColor__FFFF()
|