Home
last modified time | relevance | path

Searched refs:GL_BlendColor (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h27 ANGLE_EXPORT void GL_APIENTRY GL_BlendColor(GLfloat red,
Dproc_table_egl_autogen.cpp163 {"glBlendColor", P(GL_BlendColor)},
Dentry_points_gles_2_0_autogen.cpp195 void GL_APIENTRY GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_BlendColor() function
DlibGLESv2_autogen.cpp61 return GL_BlendColor(red, green, blue, alpha); in glBlendColor()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp61 {"glBlendColor", P(GL_BlendColor)},
Dentry_points_gl_1_autogen.h634 ANGLE_EXPORT void GL_APIENTRY GL_BlendColor(GLfloat red,
DlibGL_autogen.cpp2133 return GL_BlendColor(red, green, blue, alpha); in glBlendColor()
Dentry_points_gl_1_autogen.cpp9105 void GL_APIENTRY GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_BlendColor() function