Graphics3DResource 26 mojo/examples/pepper_container_app/graphics_3d_resource.cc Graphics3DResource::Graphics3DResource(PP_Instance instance) Graphics3DResource 35 mojo/examples/pepper_container_app/graphics_3d_resource.cc bool Graphics3DResource::IsBoundGraphics() const { Graphics3DResource 41 mojo/examples/pepper_container_app/graphics_3d_resource.cc void Graphics3DResource::BindGraphics() { Graphics3DResource 45 mojo/examples/pepper_container_app/graphics_3d_resource.cc ppapi::thunk::PPB_Graphics3D_API* Graphics3DResource::AsPPB_Graphics3D_API() { Graphics3DResource 49 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::GetAttribs(int32_t attrib_list[]) { Graphics3DResource 54 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::SetAttribs(const int32_t attrib_list[]) { Graphics3DResource 59 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::GetError() { Graphics3DResource 64 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::ResizeBuffers(int32_t width, int32_t height) { Graphics3DResource 69 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::SwapBuffers( Graphics3DResource 78 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::GetAttribMaxValue(int32_t attribute, Graphics3DResource 84 mojo/examples/pepper_container_app/graphics_3d_resource.cc PP_Bool Graphics3DResource::SetGetBuffer(int32_t shm_id) { Graphics3DResource 89 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::GetState() { Graphics3DResource 94 mojo/examples/pepper_container_app/graphics_3d_resource.cc scoped_refptr<gpu::Buffer> Graphics3DResource::CreateTransferBuffer( Graphics3DResource 101 mojo/examples/pepper_container_app/graphics_3d_resource.cc PP_Bool Graphics3DResource::DestroyTransferBuffer(int32_t id) { Graphics3DResource 106 mojo/examples/pepper_container_app/graphics_3d_resource.cc PP_Bool Graphics3DResource::Flush(int32_t put_offset) { Graphics3DResource 111 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::WaitForTokenInRange(int32_t start, Graphics3DResource 117 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::WaitForGetOffsetInRange( Graphics3DResource 123 mojo/examples/pepper_container_app/graphics_3d_resource.cc void* Graphics3DResource::MapTexSubImage2DCHROMIUM(GLenum target, Graphics3DResource 136 mojo/examples/pepper_container_app/graphics_3d_resource.cc void Graphics3DResource::UnmapTexSubImage2DCHROMIUM(const void* mem) { Graphics3DResource 140 mojo/examples/pepper_container_app/graphics_3d_resource.cc uint32_t Graphics3DResource::InsertSyncPoint() { Graphics3DResource 145 mojo/examples/pepper_container_app/graphics_3d_resource.cc Graphics3DResource::~Graphics3DResource() { Graphics3DResource 149 mojo/examples/pepper_container_app/graphics_3d_resource.cc void Graphics3DResource::ContextLostThunk(void* closure) { Graphics3DResource 150 mojo/examples/pepper_container_app/graphics_3d_resource.cc static_cast<Graphics3DResource*>(closure)->ContextLost(); Graphics3DResource 153 mojo/examples/pepper_container_app/graphics_3d_resource.cc void Graphics3DResource::DrawAnimationFrameThunk(void* closure) { Graphics3DResource 157 mojo/examples/pepper_container_app/graphics_3d_resource.cc void Graphics3DResource::ContextLost() { Graphics3DResource 18 mojo/examples/pepper_container_app/graphics_3d_resource.h class Graphics3DResource : public ppapi::Resource, Graphics3DResource 21 mojo/examples/pepper_container_app/graphics_3d_resource.h explicit Graphics3DResource(PP_Instance instance); Graphics3DResource 60 mojo/examples/pepper_container_app/graphics_3d_resource.h virtual ~Graphics3DResource(); Graphics3DResource 67 mojo/examples/pepper_container_app/graphics_3d_resource.h DISALLOW_COPY_AND_ASSIGN(Graphics3DResource); Graphics3DResource 93 mojo/examples/pepper_container_app/plugin_instance.cc static_cast<Graphics3DResource*>(enter.object())->BindGraphics(); Graphics3DResource 21 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc static_cast<Graphics3DResource*>(enter->object())->IsBoundGraphics(); Graphics3DResource 174 mojo/examples/pepper_container_app/resource_creation_impl.cc return (new Graphics3DResource(instance))->GetReference();