Searched defs:Graphics3D (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d.h19 class Graphics3D : public Resource { class in namespace:pp
21 /// Default constructor for creating an is_null() Graphics3D object.
22 Graphics3D();
65 Graphics3D(const InstanceHandle& instance,
76 /// @param[in] instance The instance that will own the new Graphics3D.
81 /// texture objects named 0). An arbitrary number of Graphics3D resources
88 Graphics3D(const InstanceHandle& instance,
89 const Graphics3D& share_context,
93 ~Graphics3D();
H A Dgraphics_3d.cc23 Graphics3D::Graphics3D() { function in class:pp::Graphics3D
26 Graphics3D::Graphics3D(const InstanceHandle& instance, function in class:pp::Graphics3D
34 Graphics3D::Graphics3D(const InstanceHandle& instance, function in class:pp::Graphics3D
35 const Graphics3D& share_context,
45 Graphics3D::~Graphics3D() {
48 int32_t Graphics3D
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.h30 class PPAPI_PROXY_EXPORT Graphics3D : public PPB_Graphics3D_Shared { class in namespace:ppapi::proxy
32 explicit Graphics3D(const HostResource& resource);
33 virtual ~Graphics3D();
61 DISALLOW_COPY_AND_ASSIGN(Graphics3D);
H A Dppb_graphics_3d_proxy.cc47 Graphics3D::Graphics3D(const HostResource& resource) function in class:ppapi::proxy::Graphics3D
51 Graphics3D::~Graphics3D() {
55 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2,
68 PP_Bool Graphics3D::SetGetBuffer(int32_t /* transfer_buffer_id */) {
72 PP_Bool Graphics3D::Flush(int32_t put_offset) {
76 scoped_refptr<gpu::Buffer> Graphics3D::CreateTransferBuffer(
83 PP_Bool Graphics3D::DestroyTransferBuffer(int32_t id) {
87 gpu::CommandBuffer::State Graphics3D
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_3d.cc23 REGISTER_TEST_CASE(Graphics3D); variable
47 pp::Graphics3D context(instance_, attribs);
75 pp::Graphics3D context(instance_, attribs);
103 pp::Graphics3D context(instance_, attribs);
147 int32_t TestGraphics3D::SwapBuffersSync(pp::Graphics3D* context) {
154 pp::Graphics3D* context,

Completed in 946 milliseconds