Searched refs:GL_BlendColor (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 27 ANGLE_EXPORT void GL_APIENTRY GL_BlendColor(GLfloat red,
|
D | proc_table_egl_autogen.cpp | 163 {"glBlendColor", P(GL_BlendColor)},
|
D | entry_points_gles_2_0_autogen.cpp | 195 void GL_APIENTRY GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_BlendColor() function
|
D | libGLESv2_autogen.cpp | 61 return GL_BlendColor(red, green, blue, alpha); in glBlendColor()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 61 {"glBlendColor", P(GL_BlendColor)},
|
D | entry_points_gl_1_autogen.h | 634 ANGLE_EXPORT void GL_APIENTRY GL_BlendColor(GLfloat red,
|
D | libGL_autogen.cpp | 2133 return GL_BlendColor(red, green, blue, alpha); in glBlendColor()
|
D | entry_points_gl_1_autogen.cpp | 9105 void GL_APIENTRY GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_BlendColor() function
|