Home
last modified time | relevance | path

Searched refs:glBlendColor (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt12 glBlendColor;
DlibGLESv3.map.txt24 glBlendColor;
Dentries.in38 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java387 public static native void glBlendColor( in glBlendColor() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h54 #define glBlendColor wrap_glBlendColor macro
Dgles_undefine.h54 #undef glBlendColor
Dgles_stubs.in22 void API_ENTRY(glBlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
23 CALL_GL_API(glBlendColor, red, green, blue, alpha);
Dgles_decls.in8 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java513 GLES20.glBlendColor(colorArray[0], colorArray[1], colorArray[2], colorArray[3]); in prepareDraw()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in22 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/
Dgl2.h533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/frameworks/native/opengl/include/GLES3/
Dgl3.h533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgl31.h535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgl32.h535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp553 glBlendColor( in android_glBlendColor__FFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19686 method public static void glBlendColor(float, float, float, float);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28571 Landroid/opengl/GLES20;->glBlendColor(FFFF)V
/frameworks/base/api/
Dcurrent.txt30113 method public static void glBlendColor(float, float, float, float);