Home
last modified time | relevance | path

Searched defs:MakeCurrent (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context_stub.cc18 bool GLContextStub::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextStub
Dgl_context_wgl.cc72 bool GLContextWGL::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextWGL
Dgl_context_osmesa.cc50 bool GLContextOSMesa::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextOSMesa
Dgl_context_glx.cc95 bool GLContextGLX::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextGLX
Dgl_context_egl.cc91 bool GLContextEGL::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextEGL
Dgl_context_android.cc57 bool GLNonOwnedContext::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::__anon09e3011c0111::GLNonOwnedContext
Dgl_context_cgl.cc139 bool GLContextCGL::MakeCurrent(GLSurface* surface) { in MakeCurrent() function in gfx::GLContextCGL
Dgl_gl_api_implementation.cc425 bool VirtualGLApi::MakeCurrent(GLContext* virtual_context, GLSurface* surface) { in MakeCurrent() function in gfx::VirtualGLApi
/external/chromium_org/gpu/command_buffer/service/
Dgl_context_virtual.cc56 bool GLContextVirtual::MakeCurrent(gfx::GLSurface* surface) { in MakeCurrent() function in gpu::GLContextVirtual
Din_process_command_buffer.cc235 bool InProcessCommandBuffer::MakeCurrent() { in MakeCurrent() function in gpu::InProcessCommandBuffer
Dgles2_cmd_decoder.cc3050 bool GLES2DecoderImpl::MakeCurrent() { in MakeCurrent() function in gpu::gles2::GLES2DecoderImpl
/external/chromium_org/ui/surface/
Daccelerated_surface_mac.cc168 bool AcceleratedSurface::MakeCurrent() { in MakeCurrent() function in AcceleratedSurface
/external/chromium_org/gpu/gles2_conform_support/egl/
Ddisplay.cc260 bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) { in MakeCurrent() function in egl::Display
/external/chromium_org/content/common/gpu/
Dimage_transport_surface.cc156 bool ImageTransportHelper::MakeCurrent() { in MakeCurrent() function in content::ImageTransportHelper
Dgpu_command_buffer_stub.cc392 bool GpuCommandBufferStub::MakeCurrent() { in MakeCurrent() function in content::GpuCommandBufferStub
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.cc272 void GLManager::MakeCurrent() { in MakeCurrent() function in gpu::GLManager
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
Ddri_util.h104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
/external/chromium_org/android_webview/browser/
Dscoped_app_gl_state_restore.cc28 void MakeCurrent() { context->MakeCurrent(surface.get()); } in MakeCurrent() function in android_webview::__anon853552440111::AppContextSurface
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglapi.h145 MakeCurrent_t MakeCurrent; member
/external/mesa3d/src/egl/main/
Deglapi.h145 MakeCurrent_t MakeCurrent; member
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dglxapi.h74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp683 class MakeCurrent : public tcu::ThreadUtil::Operation class
696 MakeCurrent::MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, Shared… in MakeCurrent() function in deqp::egl::GLES2ThreadTest::MakeCurrent