Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Degl_stuff.cc104 bool EGLInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in EGLInterface
Dglx_stuff.cc92 bool GLXInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in GLXInterface
Dwaffle_stuff.cc183 bool WaffleInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in WaffleInterface
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
/external/mesa3d/src/egl/main/
Deglapi.h145 MakeCurrent_t MakeCurrent; member
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp768 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