Home | History | Annotate | Download | only in proxy

Lines Matching refs:Graphics3D

47 Graphics3D::Graphics3D(const HostResource& resource)
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::WaitForTokenInRange(int32_t start,
92 gpu::CommandBuffer::State Graphics3D::WaitForGetOffsetInRange(int32_t start,
97 uint32_t Graphics3D::InsertSyncPoint() {
102 uint32_t Graphics3D::InsertFutureSyncPoint() {
107 void Graphics3D::RetireSyncPoint(uint32_t sync_point) {
111 gpu::CommandBuffer* Graphics3D::GetCommandBuffer() {
115 gpu::GpuControl* Graphics3D::GetGpuControl() {
119 int32 Graphics3D::DoSwapBuffers() {
178 scoped_refptr<Graphics3D> graphics_3d(new Graphics3D(result));
363 static_cast<Graphics3D*>(enter.object())->SwapBuffersACK(pp_error);