Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Degl_stuff.cc103 bool EGLInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in EGLInterface
Dglx_stuff.cc89 bool GLXInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in GLXInterface
Dwaffle_stuff.cc178 bool WaffleInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in WaffleInterface
/external/mesa3d/src/egl/main/
Deglapi.h78 EGLBoolean (*MakeCurrent)(_EGLDriver *drv, _EGLDisplay *dpy, member
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anon4061d4ec0111::TLSCurrentObjects
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anone4e2dc750111::TLSCurrentObjects
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h139 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp901 EGLBoolean MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent() function
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp661 class MakeCurrent : public tcu::ThreadUtil::Operation class
674 MakeCurrent::MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, Shared… in MakeCurrent() function in deqp::egl::GLES2ThreadTest::MakeCurrent