Searched refs:glBlendColor (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 172 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} in glBlendColor() function
|
D | wrap_gles.h | 57 #define glBlendColor wrap_glBlendColor macro
|
D | unwrap_gles.h | 57 #undef glBlendColor
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 387 public static native void glBlendColor( in glBlendColor() method in GLES20
|
/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/GLES2/ |
D | gl2.h | 535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl31.h | 535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl32.h | 535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 38 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 541 glBlendColor( in android_glBlendColor__FFFF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19686 method public static void glBlendColor(float, float, float, float);
|
/frameworks/base/api/ |
D | current.txt | 26196 method public static void glBlendColor(float, float, float, float);
|
D | system-current.txt | 28636 method public static void glBlendColor(float, float, float, float);
|
D | test-current.txt | 26265 method public static void glBlendColor(float, float, float, float);
|