Searched defs:PPB_OpenGLES2 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 45 struct PPB_OpenGLES2 { struct 46 void (*ActiveTexture)(PP_Resource context, GLenum texture); 47 void (*AttachShader)(PP_Resource context, GLuint program, GLuint shader); 48 void (*BindAttribLocation)(PP_Resource context, 52 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); 53 void (*BindFramebuffer)(PP_Resource context, 56 void (*BindRenderbuffer)(PP_Resource context, 59 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture); 60 void (*BlendColor)(PP_Resource context, 65 void (*BlendEquation)(PP_Resource context, GLenum mode); [all …]
|