Searched refs:ppb_opengles2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1610 static const struct PPB_OpenGLES2 ppb_opengles2 = { local
1682 return &ppb_opengles2;
1686 static const struct PPB_OpenGLES2InstancedArrays ppb_opengles2 = { local
1689 return &ppb_opengles2;
1693 static const struct PPB_OpenGLES2FramebufferBlit ppb_opengles2 = { local
1695 return &ppb_opengles2;
1699 static const struct PPB_OpenGLES2FramebufferMultisample ppb_opengles2 = { local
1701 return &ppb_opengles2;
1705 static const struct PPB_OpenGLES2ChromiumEnableFeature ppb_opengles2 = { local
1707 return &ppb_opengles2;
1711 static const struct PPB_OpenGLES2ChromiumMapSub ppb_opengles2 = { local
1717 static const struct PPB_OpenGLES2Query ppb_opengles2 = { local
1724 static const struct PPB_OpenGLES2VertexArrayObject ppb_opengles2 = { local
1731 static const struct PPB_OpenGLES2DrawBuffers_Dev ppb_opengles2 = { local
[all...]
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1378 static const struct PPB_OpenGLES2 ppb_opengles2 = { local
1450 return &ppb_opengles2;
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py8309 file.Write("#include \"ppapi/c/ppb_opengles2.h\"\n\n")
8411 "ppb_opengles2 = {\n" % interface.GetStructName())
8419 file.Write(" return &ppb_opengles2;\n")
8549 gen.WritePepperGLES2Interface("ppapi/api/ppb_opengles2.idl", False)

Completed in 610 milliseconds