Searched refs:glBlendColor (Results 1 – 18 of 18) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 12 glBlendColor;
|
D | libGLESv3.map.txt | 24 glBlendColor;
|
D | entries.in | 38 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
|
/frameworks/native/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 | 389 public static native void glBlendColor( in glBlendColor() method in GLES20
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor); 900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendColor); in init_stub_library()
|
D | stubs_arm64.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor); 900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendColor); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendColor); 900 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendColor); in init_stub_library()
|
D | stubs_arm64.cc | 52 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/ |
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 | 533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 533 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/base/core/jni/ |
D | android_opengl_GLES20.cpp | 519 glBlendColor( in android_glBlendColor__FFFF()
|
/frameworks/base/core/api/ |
D | current.txt | 28678 method public static void glBlendColor(float, float, float, float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19686 method public static void glBlendColor(float, float, float, float);
|