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),
24 graphics_context_(0),
29 DCHECK(graphics_context_ == 0);
41 DCHECK(!gles2_impl_ && !graphics_context_);
44 graphics_context_ = graphics_context;
48 if (graphics_context_) {
50 graphics_context_);
51 graphics_context_ = 0;
103 graphics_context_)) {
ppb_video_decoder_shared.h 71 PP_Resource graphics_context_; member in class:ppapi::PPB_VideoDecoder_Shared
73 // Reference to the GLES2Implementation owned by |graphics_context_|.
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 41 : graphics_context_(context) {
47 WebGraphicsContext3DImpl* graphics_context_; member in class:webkit::gpu::WebGraphicsContext3DErrorMessageCallback
54 graphics_context_->OnErrorMessage(msg, id);
    [all...]

Completed in 109 milliseconds