PPB_Graphics3D_Impl 2215 content/renderer/pepper/pepper_plugin_instance_impl.cc   PPB_Graphics3D_Impl* graphics_3d = enter_3d.succeeded() ?
PPB_Graphics3D_Impl 2216 content/renderer/pepper/pepper_plugin_instance_impl.cc       static_cast<PPB_Graphics3D_Impl*>(enter_3d.object()) : NULL;
PPB_Graphics3D_Impl  107 content/renderer/pepper/pepper_plugin_instance_impl.h class PPB_Graphics3D_Impl;
PPB_Graphics3D_Impl  709 content/renderer/pepper/pepper_plugin_instance_impl.h   scoped_refptr<PPB_Graphics3D_Impl> bound_graphics_3d_;
PPB_Graphics3D_Impl   43 content/renderer/pepper/ppb_graphics_3d_impl.cc PPB_Graphics3D_Impl::PPB_Graphics3D_Impl(PP_Instance instance)
PPB_Graphics3D_Impl   50 content/renderer/pepper/ppb_graphics_3d_impl.cc PPB_Graphics3D_Impl::~PPB_Graphics3D_Impl() {
PPB_Graphics3D_Impl   55 content/renderer/pepper/ppb_graphics_3d_impl.cc PP_Resource PPB_Graphics3D_Impl::Create(PP_Instance instance,
PPB_Graphics3D_Impl   65 content/renderer/pepper/ppb_graphics_3d_impl.cc   scoped_refptr<PPB_Graphics3D_Impl> graphics_3d(
PPB_Graphics3D_Impl   66 content/renderer/pepper/ppb_graphics_3d_impl.cc       new PPB_Graphics3D_Impl(instance));
PPB_Graphics3D_Impl   73 content/renderer/pepper/ppb_graphics_3d_impl.cc PP_Resource PPB_Graphics3D_Impl::CreateRaw(PP_Instance instance,
PPB_Graphics3D_Impl   83 content/renderer/pepper/ppb_graphics_3d_impl.cc   scoped_refptr<PPB_Graphics3D_Impl> graphics_3d(
PPB_Graphics3D_Impl   84 content/renderer/pepper/ppb_graphics_3d_impl.cc       new PPB_Graphics3D_Impl(instance));
PPB_Graphics3D_Impl   90 content/renderer/pepper/ppb_graphics_3d_impl.cc PP_Bool PPB_Graphics3D_Impl::SetGetBuffer(int32_t transfer_buffer_id) {
PPB_Graphics3D_Impl   95 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::GetState() {
PPB_Graphics3D_Impl   99 content/renderer/pepper/ppb_graphics_3d_impl.cc scoped_refptr<gpu::Buffer> PPB_Graphics3D_Impl::CreateTransferBuffer(
PPB_Graphics3D_Impl  105 content/renderer/pepper/ppb_graphics_3d_impl.cc PP_Bool PPB_Graphics3D_Impl::DestroyTransferBuffer(int32_t id) {
PPB_Graphics3D_Impl  110 content/renderer/pepper/ppb_graphics_3d_impl.cc PP_Bool PPB_Graphics3D_Impl::Flush(int32_t put_offset) {
PPB_Graphics3D_Impl  115 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::WaitForTokenInRange(
PPB_Graphics3D_Impl  122 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::WaitForGetOffsetInRange(
PPB_Graphics3D_Impl  129 content/renderer/pepper/ppb_graphics_3d_impl.cc uint32_t PPB_Graphics3D_Impl::InsertSyncPoint() {
PPB_Graphics3D_Impl  133 content/renderer/pepper/ppb_graphics_3d_impl.cc bool PPB_Graphics3D_Impl::BindToInstance(bool bind) {
PPB_Graphics3D_Impl  138 content/renderer/pepper/ppb_graphics_3d_impl.cc bool PPB_Graphics3D_Impl::IsOpaque() {
PPB_Graphics3D_Impl  142 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::ViewInitiatedPaint() {
PPB_Graphics3D_Impl  149 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::ViewFlushedPaint() {
PPB_Graphics3D_Impl  152 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer* PPB_Graphics3D_Impl::GetCommandBuffer() {
PPB_Graphics3D_Impl  156 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::GpuControl* PPB_Graphics3D_Impl::GetGpuControl() {
PPB_Graphics3D_Impl  160 content/renderer/pepper/ppb_graphics_3d_impl.cc int32 PPB_Graphics3D_Impl::DoSwapBuffers() {
PPB_Graphics3D_Impl  183 content/renderer/pepper/ppb_graphics_3d_impl.cc     platform_context_->Echo(base::Bind(&PPB_Graphics3D_Impl::OnSwapBuffers,
PPB_Graphics3D_Impl  191 content/renderer/pepper/ppb_graphics_3d_impl.cc bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context,
PPB_Graphics3D_Impl  210 content/renderer/pepper/ppb_graphics_3d_impl.cc bool PPB_Graphics3D_Impl::InitRaw(PPB_Graphics3D_API* share_context,
PPB_Graphics3D_Impl  234 content/renderer/pepper/ppb_graphics_3d_impl.cc     PPB_Graphics3D_Impl* share_graphics =
PPB_Graphics3D_Impl  235 content/renderer/pepper/ppb_graphics_3d_impl.cc         static_cast<PPB_Graphics3D_Impl*>(share_context);
PPB_Graphics3D_Impl  243 content/renderer/pepper/ppb_graphics_3d_impl.cc       base::Bind(&PPB_Graphics3D_Impl::OnContextLost,
PPB_Graphics3D_Impl  247 content/renderer/pepper/ppb_graphics_3d_impl.cc       base::Bind(&PPB_Graphics3D_Impl::OnConsoleMessage,
PPB_Graphics3D_Impl  252 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::OnConsoleMessage(const std::string& message,
PPB_Graphics3D_Impl  268 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::OnSwapBuffers() {
PPB_Graphics3D_Impl  277 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::OnContextLost() {
PPB_Graphics3D_Impl  289 content/renderer/pepper/ppb_graphics_3d_impl.cc       base::Bind(&PPB_Graphics3D_Impl::SendContextLost,
PPB_Graphics3D_Impl  293 content/renderer/pepper/ppb_graphics_3d_impl.cc void PPB_Graphics3D_Impl::SendContextLost() {
PPB_Graphics3D_Impl   15 content/renderer/pepper/ppb_graphics_3d_impl.h class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
PPB_Graphics3D_Impl   53 content/renderer/pepper/ppb_graphics_3d_impl.h   virtual ~PPB_Graphics3D_Impl();
PPB_Graphics3D_Impl   60 content/renderer/pepper/ppb_graphics_3d_impl.h   explicit PPB_Graphics3D_Impl(PP_Instance instance);
PPB_Graphics3D_Impl   80 content/renderer/pepper/ppb_graphics_3d_impl.h   base::WeakPtrFactory<PPB_Graphics3D_Impl> weak_ptr_factory_;
PPB_Graphics3D_Impl   82 content/renderer/pepper/ppb_graphics_3d_impl.h   DISALLOW_COPY_AND_ASSIGN(PPB_Graphics3D_Impl);
PPB_Graphics3D_Impl  121 content/renderer/pepper/ppb_video_decoder_impl.cc   PPB_Graphics3D_Impl* graphics3d_impl =
PPB_Graphics3D_Impl  122 content/renderer/pepper/ppb_video_decoder_impl.cc       static_cast<PPB_Graphics3D_Impl*>(enter_context.object());
PPB_Graphics3D_Impl  102 content/renderer/pepper/resource_creation_impl.cc   return PPB_Graphics3D_Impl::Create(instance, share_context, attrib_list);
PPB_Graphics3D_Impl  109 content/renderer/pepper/resource_creation_impl.cc   return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list);