Searched defs:GpuImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/services/native_viewport/
H A Dgpu_impl.cc14 GpuImpl::GpuImpl( function in class:mojo::GpuImpl
20 GpuImpl::~GpuImpl() {
23 void GpuImpl::CreateOnscreenGLES2Context(
36 void GpuImpl::CreateOffscreenGLES2Context(
H A Dgpu_impl.h25 class GpuImpl : public InterfaceImpl<Gpu> { class in namespace:mojo
27 GpuImpl(const scoped_refptr<gfx::GLShareGroup>& share_group,
30 virtual ~GpuImpl();
46 DISALLOW_COPY_AND_ASSIGN(GpuImpl);

Completed in 76 milliseconds