Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/GLES2/
Dgl2_api.in22 void API_ENTRY(glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
23 CALL_GL_API(glBlendColor, red, green, blue, alpha);
/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES20.spec8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java383 public static native void glBlendColor( in glBlendColor() method in GLES20
/frameworks/base/opengl/include/GLES2/
Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
/frameworks/base/opengl/libs/
Dentries.in15 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp240 glBlendColor( in android_glBlendColor__FFFF()