HomeSort by relevance Sort by last modified time
    Searched full:graphics_context_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc 18 graphics_context_(0),
25 graphics_context_(0),
31 DCHECK(graphics_context_ == 0);
42 DCHECK(!gles2_impl_ && !graphics_context_);
45 graphics_context_ = graphics_context;
49 if (graphics_context_) {
51 graphics_context_);
52 graphics_context_ = 0;
102 graphics_context_, false);
ppb_video_decoder_shared.h 70 PP_Resource graphics_context_; member in class:ppapi::PPB_VideoDecoder_Shared
72 // Reference to the GLES2Implementation owned by |graphics_context_|.
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 192 : graphics_context_(context) {
198 WebGraphicsContext3DCommandBufferImpl* graphics_context_; member in class:content::WebGraphicsContext3DErrorMessageCallback
205 graphics_context_->OnErrorMessage(msg, id);
    [all...]

Completed in 1449 milliseconds