Searched refs:gles2_impl_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.cc19 gles2_impl_(NULL) {}
25 gles2_impl_(NULL) {}
41 DCHECK(!gles2_impl_ && !graphics_context_);
42 gles2_impl_ = gles2_impl;
53 gles2_impl_ = NULL;
99 // Ensure that graphics_context is still live before using gles2_impl_.
104 if (gles2_impl_)
105 gles2_impl_->Flush();
H A Dppb_graphics_3d_shared.cc25 DCHECK(!gles2_impl_.get());
85 return gles2_impl_->MapTexSubImage2DCHROMIUM(
90 gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem);
124 gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
132 if (!gles2_impl_->Initialize(
140 gles2_impl_->PushGroupMarkerEXT(0, "PPAPIContext");
146 gles2_impl_.reset();
H A Dppb_graphics_3d_shared.h54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); }
77 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_; member in class:ppapi::PPB_Graphics3D_Shared
H A Dppb_video_decoder_shared.h76 // process only, so gles2_impl_ is NULL in that case.
77 gpu::gles2::GLES2Implementation* gles2_impl_; member in class:ppapi::PPB_VideoDecoder_Shared
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource.cc64 gles2_impl_(NULL),
135 gles2_impl_ = ppb_graphics3d_shared->gles2_impl();
352 if (gles2_impl_) {
353 gles2_impl_->GenTextures(num_textures, &texture_ids.front());
355 gles2_impl_->ActiveTexture(GL_TEXTURE0);
356 gles2_impl_->BindTexture(texture_target, texture_ids[i]);
357 gles2_impl_->TexParameteri(
359 gles2_impl_->TexParameteri(
361 gles2_impl_->TexParameterf(
363 gles2_impl_
[all...]
H A Dvideo_decoder_resource.h174 gpu::gles2::GLES2Implementation* gles2_impl_; member in class:ppapi::proxy::VideoDecoderResource

Completed in 188 milliseconds