Searched refs:gles2_impl_ (Results 1 – 6 of 6) sorted by relevance
19 gles2_impl_(NULL) {} in PPB_VideoDecoder_Shared()25 gles2_impl_(NULL) {} in PPB_VideoDecoder_Shared()41 DCHECK(!gles2_impl_ && !graphics_context_); in InitCommon()42 gles2_impl_ = gles2_impl; in InitCommon()53 gles2_impl_ = NULL; in Destroy()104 if (gles2_impl_) in FlushCommandBuffer()105 gles2_impl_->Flush(); in FlushCommandBuffer()
25 DCHECK(!gles2_impl_.get()); in ~PPB_Graphics3D_Shared()85 return gles2_impl_->MapTexSubImage2DCHROMIUM( in MapTexSubImage2DCHROMIUM()90 gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()124 gles2_impl_.reset(new gpu::gles2::GLES2Implementation( in CreateGLES2Impl()132 if (!gles2_impl_->Initialize( in CreateGLES2Impl()140 gles2_impl_->PushGroupMarkerEXT(0, "PPAPIContext"); in CreateGLES2Impl()146 gles2_impl_.reset(); in DestroyGLES2Impl()
54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } in gles2_impl()77 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_; variable
77 gpu::gles2::GLES2Implementation* gles2_impl_; variable
64 gles2_impl_(NULL), in VideoDecoderResource()135 gles2_impl_ = ppb_graphics3d_shared->gles2_impl(); in Initialize()352 if (gles2_impl_) { in OnPluginMsgRequestTextures()353 gles2_impl_->GenTextures(num_textures, &texture_ids.front()); in OnPluginMsgRequestTextures()355 gles2_impl_->ActiveTexture(GL_TEXTURE0); in OnPluginMsgRequestTextures()356 gles2_impl_->BindTexture(texture_target, texture_ids[i]); in OnPluginMsgRequestTextures()357 gles2_impl_->TexParameteri( in OnPluginMsgRequestTextures()359 gles2_impl_->TexParameteri( in OnPluginMsgRequestTextures()361 gles2_impl_->TexParameterf( in OnPluginMsgRequestTextures()363 gles2_impl_->TexParameterf( in OnPluginMsgRequestTextures()[all …]
174 gpu::gles2::GLES2Implementation* gles2_impl_; variable