Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dnullgles.cpp172 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} in glBlendColor() function
Dwrap_gles.h57 #define glBlendColor wrap_glBlendColor macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java387 public static native void glBlendColor( in glBlendColor() method in GLES20