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

/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/debug/
H A Dnullgles.cpp172 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} function
H A Dunwrap_gles.h57 #undef glBlendColor macro
H A Dwrap_gles.h57 #define glBlendColor wrap_glBlendColor macro
/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.h535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
H A Dgl31.h535 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
H A Dgl32.h535 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(
6146 {"glBlendColor", "(FFFF)V", (void *) android_glBlendColor__FFFF },

Completed in 171 milliseconds