Home
last modified time | relevance | path

Searched refs:GL_BlendEquationSeparateiEXT (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp167 {"glBlendEquationSeparateiEXT", P(GL_BlendEquationSeparateiEXT)},
Dentry_points_gles_ext_autogen.h735 ANGLE_EXPORT void GL_APIENTRY GL_BlendEquationSeparateiEXT(GLuint buf,
DlibGLESv2_autogen.cpp3945 return GL_BlendEquationSeparateiEXT(buf, modeRGB, modeAlpha); in glBlendEquationSeparateiEXT()
Dentry_points_gles_ext_autogen.cpp4347 void GL_APIENTRY GL_BlendEquationSeparateiEXT(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in GL_BlendEquationSeparateiEXT() function