Home
last modified time | relevance | path

Searched refs:PPB_OpenGLES2VertexArrayObject (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/lib/gl/gles2/
Dgl2ext_ppapi.c41 static const struct PPB_OpenGLES2VertexArrayObject*
138 const struct PPB_OpenGLES2VertexArrayObject* GL_APIENTRY
Dgl2ext_ppapi.h52 GL_APICALL const struct PPB_OpenGLES2VertexArrayObject* GL_APIENTRY
Dgles2.c971 const struct PPB_OpenGLES2VertexArrayObject* ext = in glGenVertexArraysOES()
978 const struct PPB_OpenGLES2VertexArrayObject* ext = in glDeleteVertexArraysOES()
985 const struct PPB_OpenGLES2VertexArrayObject* ext = in glIsVertexArrayOES()
993 const struct PPB_OpenGLES2VertexArrayObject* ext = in glBindVertexArrayOES()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.h25 static const PPB_OpenGLES2VertexArrayObject* GetVertexArrayObjectInterface();
Dppb_opengles2_shared.cc1722 const PPB_OpenGLES2VertexArrayObject*
1724 static const struct PPB_OpenGLES2VertexArrayObject ppb_opengles2 = { in GetVertexArrayObjectInterface()
/external/chromium_org/ppapi/api/
Dppb_opengles2.idl729 interface PPB_OpenGLES2VertexArrayObject {
/external/chromium_org/ppapi/c/
Dppb_opengles2.h1182 struct PPB_OpenGLES2VertexArrayObject { struct