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

  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.cc 20 PlatformContext3D::PlatformContext3D()
26 PlatformContext3D::~PlatformContext3D() {
36 bool PlatformContext3D::Init(const int32* attrib_list,
37 PlatformContext3D* share_context) {
88 PlatformContext3D* share_impl =
89 static_cast<PlatformContext3D*>(share_context);
113 base::Bind(&PlatformContext3D::OnContextLost,
116 base::Bind(&PlatformContext3D::OnConsoleMessage
    [all...]
pepper_platform_context_3d.h 25 class PlatformContext3D {
27 explicit PlatformContext3D();
28 ~PlatformContext3D();
31 bool Init(const int32* attrib_list, PlatformContext3D* share_context);
80 base::WeakPtrFactory<PlatformContext3D> weak_ptr_factory_;

Completed in 446 milliseconds