HomeSort by relevance Sort by last modified time
    Searched refs:GLES2Context (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/gles2/
gles2_context.cc 23 GLES2Context::GLES2Context(const MojoAsyncWaiter* async_waiter,
31 GLES2Context::~GLES2Context() {}
33 bool GLES2Context::Initialize() {
58 void GLES2Context::ContextLost() { lost_callback_(closure_); }
gles2_impl.cc 14 using mojo::gles2::GLES2Context;
30 scoped_ptr<GLES2Context> client(new GLES2Context(
38 delete static_cast<GLES2Context*>(context);
44 GLES2Context* client = static_cast<GLES2Context*>(context);
57 return static_cast<GLES2Context*>(context)->interface();
61 return static_cast<GLES2Context*>(context)->context_support();
gles2_context.h 27 class GLES2Context : public CommandBufferDelegate,
30 explicit GLES2Context(const MojoAsyncWaiter* async_waiter,
34 virtual ~GLES2Context();
52 MOJO_DISALLOW_COPY_AND_ASSIGN(GLES2Context);
  /external/deqp/modules/egl/
teglImageTests.cpp 235 class GLES2Context
238 GLES2Context (EglTestContext& eglTestCtx, EGLint configId, int width, int height)
276 ~GLES2Context (void)
350 GLES2Context (const GLES2Context&);
351 GLES2Context& operator= (const GLES2Context&);
354 const EGLint GLES2Context::m_ctxAttrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
416 EGLint configId = GLES2Context::getConfigIdForApi(m_eglTestCtx.getConfigs(), EGL_OPENGL_ES2_BIT);
419 GLES2Context context(m_eglTestCtx, configId, 64, 64)
    [all...]
teglGLES2SharingThreadedTests.cpp 145 class GLES2Context : public tcu::ThreadUtil::Object
148 GLES2Context (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<GLES2ResourceManager> resourceManager);
149 ~GLES2Context (void);
163 GLES2Context (const GLES2Context&);
164 GLES2Context& operator= (const GLES2Context&);
167 GLES2Context::GLES2Context (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<GLES2ResourceManager> resourceManager_)
176 GLES2Context::~GLES2Context (void
    [all...]

Completed in 90 milliseconds