Searched defs:PPB_OpenGLES2 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 550 struct PPB_OpenGLES2 { struct 551 void (*ActiveTexture)(PP_Resource context, GLenum texture); 552 void (*AttachShader)(PP_Resource context, GLuint program, GLuint shader); 553 void (*BindAttribLocation)(PP_Resource context, 557 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); 558 void (*BindFramebuffer)(PP_Resource context, 561 void (*BindRenderbuffer)(PP_Resource context, 564 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture); 565 void (*BlendColor)(PP_Resource context, 570 void (*BlendEquation)(PP_Resource context, GLenum mode); [all …]
|