OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Graphics3D
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
52
const
PPB_Graphics3D
* PSInterfaceGraphics3D();
/external/chromium_org/ppapi/c/
ppb_graphics_3d.h
18
#define PPB_GRAPHICS_3D_INTERFACE_1_0 "
PPB_Graphics3D
;1.0"
23
* Defines the <code>
PPB_Graphics3D
</code> struct representing a 3D graphics
36
* <code>
PPB_Graphics3D
</code> defines the interface for a 3D graphics context.
106
* <code>
PPB_Graphics3D
</code> can share data in this fashion.
171
* <code>
PPB_Graphics3D
::Create</code>. It is both input and output
173
* <code>
PPB_Graphics3D
::Create</code> can be queried for.
201
* <code>
PPB_Graphics3D
::Create</code>.
292
typedef struct PPB_Graphics3D_1_0
PPB_Graphics3D
;
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
53
const
PPB_Graphics3D
* PPBGraphics3D();
get_browser_interface.cc
89
const
PPB_Graphics3D
* PPBGraphics3D() {
90
return reinterpret_cast<const
PPB_Graphics3D
*>(
/external/chromium_org/ppapi/api/
ppb_graphics_3d.idl
7
* Defines the <code>
PPB_Graphics3D
</code> struct representing a 3D graphics
23
* <code>
PPB_Graphics3D
</code> defines the interface for a 3D graphics context.
51
interface
PPB_Graphics3D
{
96
* <code>
PPB_Graphics3D
</code> can share data in this fashion.
165
* <code>
PPB_Graphics3D
::Create</code>. It is both input and output
167
* <code>
PPB_Graphics3D
::Create</code> can be queried for.
198
* <code>
PPB_Graphics3D
::Create</code>.
/external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h
22
PROXIED_API(
PPB_Graphics3D
)
51
PROXIED_IFACE(
PPB_Graphics3D
, PPB_GRAPHICS_3D_INTERFACE_1_0, PPB_Graphics3D_1_0)
interfaces_ppb_public_dev.h
63
PROXIED_IFACE(
PPB_Graphics3D
,
Completed in 140 milliseconds