HomeSort by relevance Sort by last modified time
    Searched defs:Graphics3D (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/cpp/
graphics_3d.h 19 class Graphics3D : public Resource {
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();
graphics_3d.cc 23 Graphics3D::Graphics3D() {
26 Graphics3D::Graphics3D(const InstanceHandle& instance,
34 Graphics3D::Graphics3D(const InstanceHandle& instance,
35 const Graphics3D& share_context,
45 Graphics3D::~Graphics3D() {
48 int32_t Graphics3D::GetAttribs(int32_t attrib_list[]) const
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h 28 class Graphics3D : public PPB_Graphics3D_Shared {
30 explicit Graphics3D(const HostResource& resource);
31 virtual ~Graphics3D();
63 DISALLOW_COPY_AND_ASSIGN(Graphics3D);
ppb_graphics_3d_proxy.cc 62 // Graphics3D context; this isn't allowed, and will likely either crash or
64 // the Graphics3D context will be the thread on which subsequent gl rendering
69 // thread or background thread) to render to a single Graphics3D context.
70 class Graphics3D::LockingCommandBuffer : public gpu::CommandBuffer {
171 // Weak pointer - see class Graphics3D for the scopted_ptr.
177 Graphics3D::Graphics3D(const HostResource& resource)
182 Graphics3D::~Graphics3D() {
186 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2)
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_3d.cc 24 REGISTER_TEST_CASE(Graphics3D);
47 pp::Graphics3D context(instance_, attribs);
75 pp::Graphics3D context(instance_, attribs);
103 pp::Graphics3D context(instance_, attribs);
138 int32_t TestGraphics3D::SwapBuffersSync(pp::Graphics3D* context) {
145 pp::Graphics3D* context,

Completed in 807 milliseconds