Home
last modified time | relevance | path

Searched refs:MakeCurrent (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anon257d7b2a0111::TLSCurrentObjects
210 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context); in context_restorer()
300 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in CommandBufferGLTestContext()
357 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
371 if (!TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)) { in onPlatformMakeNotCurrent()
380 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
413 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE; in makeCurrent()
/third_party/glfw/src/
Dwgl_context.h97 #define wglMakeCurrent _glfw.wgl.MakeCurrent
127 WGLMAKECURRENT_T MakeCurrent; member
Dglx_context.h103 #define glXMakeCurrent _glfw.glx.MakeCurrent
142 PFNGLXMAKECURRENTPROC MakeCurrent; member
Degl_context.h146 #define eglMakeCurrent _glfw.egl.MakeCurrent
193 PFNEGLMAKECURRENTPROC MakeCurrent; member
Degl_context.c340 _glfw.egl.MakeCurrent = (PFNEGLMAKECURRENTPROC) in _glfwInitEGL()
362 !_glfw.egl.MakeCurrent || in _glfwInitEGL()
Dglx_context.c284 _glfw.glx.MakeCurrent = in _glfwInitGLX()
309 !_glfw.glx.MakeCurrent || in _glfwInitGLX()
Dwgl_context.c447 _glfw.wgl.MakeCurrent = (WGLMAKECURRENT_T) in _glfwInitWGL()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_device_context_volatile_cgl.txt80 clients should call MakeCurrent to ensure that the internal device
DEGL_ANGLE_platform_angle_device_context_volatile_eagl.txt80 clients should call MakeCurrent to ensure that the internal device
DEGL_ANGLE_iosurface_client_buffer.txt150 Version 2, 2019/04/01 - Allow MakeCurrent.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp371 EGLBoolean EGLAPIENTRY MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx…
522 return egl::MakeCurrent(dpy, draw, read, ctx); in eglMakeCurrent()
697 this->eglMakeCurrent = egl::MakeCurrent; in LibEGLexports()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp203 OHOS::OhosContextI::GetInstance().MakeCurrent(); in OhosRendContext()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp320 EGL_EVENT(MakeCurrent, in EGL_MakeCurrent()
332 ANGLE_EGL_VALIDATE(thread, MakeCurrent, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_MakeCurrent()
335 return MakeCurrent(thread, dpyPacked, drawPacked, readPacked, ctxPacked); in EGL_MakeCurrent()
Degl_stubs_autogen.h130 EGLBoolean MakeCurrent(Thread *thread,
/third_party/skia/third_party/externals/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt123 Version 2, 2019/04/01 - Allow MakeCurrent.
/third_party/mesa3d/src/egl/main/
Degldriver.h95 EGLBoolean (*MakeCurrent)(_EGLDisplay *disp, member
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp318 .MakeCurrent = haiku_make_current,
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h74 virtual void MakeCurrent() = 0;
Drosen_context_impl.h42 void MakeCurrent() override;
/third_party/mesa3d/docs/
Degl.rst188 driver's ``MakeCurrent`` callback, ``eglIs<Resource>Linked`` can then be
192 ``MakeCurrent`` might be called with an uninitialized display.
/third_party/mesa3d/docs/relnotes/
D12.0.6.rst63 - dri3: Fix MakeCurrent without a default framebuffer
D13.0.4.rst140 - dri3: Fix MakeCurrent without a default framebuffer
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp661 class MakeCurrent : public tcu::ThreadUtil::Operation class
664MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, SharedPtr<GLES2Con…
674 MakeCurrent::MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, Shared… in MakeCurrent() function in deqp::egl::GLES2ThreadTest::MakeCurrent
702 void MakeCurrent::exec (tcu::ThreadUtil::Thread& t) in exec()
2194 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init()
2240 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init()
3077 …m_threads[0]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[0], m_eglDisplay, surface1,… in init()
3078 …m_threads[1]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[1], m_eglDisplay, surface2,… in init()
3118 …m_threads[0]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[0], m_eglDisplay, SharedPtr… in init()
3119 …m_threads[1]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[0], m_eglDisplay, SharedPtr… in init()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c661 .MakeCurrent = wgl_make_current,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm285 // N/A because you can't MakeCurrent an IOSurface, return any valid value.

12