Home
last modified time | relevance | path

Searched defs:glBlendColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp161 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} in glBlendColor() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto42 glBlendColor = 14; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java387 public static native void glBlendColor( in glBlendColor() method in GLES20