Home
last modified time | relevance | path

Searched refs:graphics_context_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_video_decoder_shared.cc18 graphics_context_(0), in PPB_VideoDecoder_Shared()
25 graphics_context_(0), in PPB_VideoDecoder_Shared()
31 DCHECK(graphics_context_ == 0); in ~PPB_VideoDecoder_Shared()
42 DCHECK(!gles2_impl_ && !graphics_context_); in InitCommon()
45 graphics_context_ = graphics_context; in InitCommon()
49 if (graphics_context_) { in Destroy()
51 graphics_context_); in Destroy()
52 graphics_context_ = 0; in Destroy()
103 graphics_context_)) { in FlushCommandBuffer()
Dppb_video_decoder_shared.h70 PP_Resource graphics_context_; variable
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc182 : graphics_context_(context) { in WebGraphicsContext3DErrorMessageCallback()
188 WebGraphicsContext3DCommandBufferImpl* graphics_context_; member in content::WebGraphicsContext3DErrorMessageCallback
195 graphics_context_->OnErrorMessage(msg, id); in OnErrorMessage()