Home
last modified time | relevance | path

Searched refs:SetGLContext (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/webkit/common/gpu/
Dgrcontext_for_webgraphicscontext3d.cc34 gles2::SetGLContext(reinterpret_cast<WebGraphicsContext3DImpl*>( in BindWebGraphicsContext3DGLContextCallback()
47 gles2::SetGLContext(context3d->GetGLInterface()); in GrContextForWebGraphicsContext3D()
/external/chromium_org/cc/test/
Dtest_in_process_context_provider.cc94 gles2::SetGLContext(context_provider->ContextGL()); in BindGrContextCallback()
104 gles2::SetGLContext(ContextGL()); in GrContext()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_lib.h32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
Dgles2_lib.cc36 void SetGLContext(gpu::gles2::GLES2Interface* context) { in SetGLContext() function
/external/chromium_org/gpu/gles2_conform_support/egl/
Ddisplay.cc262 gles2::SetGLContext(NULL); in MakeCurrent()
267 gles2::SetGLContext(context_.get()); in MakeCurrent()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.cc273 ::gles2::SetGLContext(gles2_implementation_.get()); in MakeCurrent()