/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Thread.cpp | 76 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() function in egl::Thread 80 return mContext->getCurrentDrawSurface(); in getCurrentDrawSurface()
|
D | Thread.h | 47 Surface *getCurrentDrawSurface() const;
|
D | Context.h | 480 egl::Surface *getCurrentDrawSurface() const { return mCurrentSurface; } in getCurrentDrawSurface() function
|
D | Display.cpp | 1058 Surface *currentDrawSurface = thread->getCurrentDrawSurface(); in destroyContext()
|
D | validationEGL.cpp | 2967 thread->getCurrentDrawSurface() != eglSurface) in ValidateSwapBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Thread.cpp | 114 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() function in egl::Thread 118 return mContext->getCurrentDrawSurface(); in getCurrentDrawSurface()
|
D | Thread.h | 61 Surface *getCurrentDrawSurface() const;
|
D | Context.h | 500 egl::Surface *getCurrentDrawSurface() const { return mCurrentDrawSurface; } in getCurrentDrawSurface() function
|
D | validationEGL.cpp | 4637 val->eglThread->getCurrentDrawSurface() != eglSurface) in ValidateSwapBuffers() 4814 Surface *drawSurface = val->eglThread->getCurrentDrawSurface(); in ValidateSwapInterval() 5365 if ((context == nullptr) || (context->getCurrentDrawSurface() != surface)) in ValidateQuerySurface()
|
D | Display.cpp | 1583 auto *currentDrawSurface = thread->getCurrentDrawSurface(); in destroyContext()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.h | 54 Surface *getCurrentDrawSurface();
|
D | Surface.cpp | 372 if(getCurrentDrawSurface() == this) in checkForResize()
|
D | libEGL.cpp | 807 egl::Surface *draw_surface = static_cast<egl::Surface*>(egl::getCurrentDrawSurface()); in SwapInterval() 1029 EGLSurface draw = egl::getCurrentDrawSurface(); in GetCurrentSurface()
|
D | Display.cpp | 608 if(surface == getCurrentDrawSurface()) in destroySurface()
|
D | main.cpp | 285 egl::Surface *getCurrentDrawSurface() in getCurrentDrawSurface() function
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 373 return thread->getCurrentDrawSurface(); in GetCurrentSurface() 470 Surface *previousDraw = thread->getCurrentDrawSurface(); in MakeCurrent() 589 Surface *previousDraw = thread->getCurrentDrawSurface(); in ReleaseThread() 648 Surface *drawSurface = static_cast<Surface *>(thread->getCurrentDrawSurface()); in SwapInterval()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl.cpp | 442 Surface *previousDraw = thread->getCurrentDrawSurface(); in EGL_MakeCurrent() 474 return thread->getCurrentDrawSurface(); in EGL_GetCurrentSurface() 689 Surface *draw_surface = static_cast<Surface *>(thread->getCurrentDrawSurface()); in EGL_SwapInterval() 771 Surface *previousDraw = thread->getCurrentDrawSurface(); in EGL_ReleaseThread()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 265 Surface *previousDraw = thread->getCurrentDrawSurface(); in wglMakeCurrent()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 259 Surface *previousDraw = thread->getCurrentDrawSurface(); in wglMakeCurrent()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 366 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 404 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 753 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 804 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 1966 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in onMakeCurrent()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 4112 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in onMakeCurrent()
|