Home
last modified time | relevance | path

Searched refs:glBlendColor (Results 1 – 18 of 18) 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.java389 public static native void glBlendColor( in glBlendColor() method in GLES20
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor);
900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendColor); in init_stub_library()
Dstubs_arm64.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor);
900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendColor); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor);
900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendColor); in init_stub_library()
Dstubs_arm64.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor);
900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendColor); in init_stub_library()
/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.cpp519 glBlendColor( in android_glBlendColor__FFFF()
/frameworks/base/core/api/
Dcurrent.txt28678 method public static void glBlendColor(float, float, float, float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19686 method public static void glBlendColor(float, float, float, float);