HomeSort by relevance Sort by last modified time
    Searched defs:GLES2SupportImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/gles2/
gles2_support_impl.h 15 class MOJO_GLES2_IMPL_EXPORT GLES2SupportImpl : public GLES2Support {
17 virtual ~GLES2SupportImpl();
38 GLES2SupportImpl();
gles2_support_impl.cc 44 GLES2SupportImpl::GLES2SupportImpl() : async_waiter_(NULL) {}
45 GLES2SupportImpl::~GLES2SupportImpl() {}
48 void GLES2SupportImpl::Init() { GLES2Support::Init(new GLES2SupportImpl()); }
50 void GLES2SupportImpl::Initialize(const MojoAsyncWaiter* async_waiter) {
56 void GLES2SupportImpl::Terminate() {
61 MojoGLES2Context GLES2SupportImpl::CreateContext(
77 void GLES2SupportImpl::DestroyContext(MojoGLES2Context context)
    [all...]

Completed in 56 milliseconds