/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 103 bool EGLInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in EGLInterface
|
D | glx_stuff.cc | 89 bool GLXInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in GLXInterface
|
D | waffle_stuff.cc | 178 bool WaffleInterface::MakeCurrent(const GLContext& context) { in MakeCurrent() function in WaffleInterface
|
/external/mesa3d/src/egl/main/ |
D | eglapi.h | 78 EGLBoolean (*MakeCurrent)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anon4061d4ec0111::TLSCurrentObjects
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anone4e2dc750111::TLSCurrentObjects
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 139 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 901 EGLBoolean MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent() function
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 661 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
|