Home
last modified time | relevance | path

Searched refs:getCurrentDrawSurface (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp76 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() function in egl::Thread
80 return mContext->getCurrentDrawSurface(); in getCurrentDrawSurface()
DThread.h47 Surface *getCurrentDrawSurface() const;
DContext.h480 egl::Surface *getCurrentDrawSurface() const { return mCurrentSurface; } in getCurrentDrawSurface() function
DDisplay.cpp1058 Surface *currentDrawSurface = thread->getCurrentDrawSurface(); in destroyContext()
DvalidationEGL.cpp2967 thread->getCurrentDrawSurface() != eglSurface) in ValidateSwapBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp114 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() function in egl::Thread
118 return mContext->getCurrentDrawSurface(); in getCurrentDrawSurface()
DThread.h61 Surface *getCurrentDrawSurface() const;
DContext.h500 egl::Surface *getCurrentDrawSurface() const { return mCurrentDrawSurface; } in getCurrentDrawSurface() function
DvalidationEGL.cpp4637 val->eglThread->getCurrentDrawSurface() != eglSurface) in ValidateSwapBuffers()
4814 Surface *drawSurface = val->eglThread->getCurrentDrawSurface(); in ValidateSwapInterval()
5365 if ((context == nullptr) || (context->getCurrentDrawSurface() != surface)) in ValidateQuerySurface()
DDisplay.cpp1583 auto *currentDrawSurface = thread->getCurrentDrawSurface(); in destroyContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.h54 Surface *getCurrentDrawSurface();
DSurface.cpp372 if(getCurrentDrawSurface() == this) in checkForResize()
DlibEGL.cpp807 egl::Surface *draw_surface = static_cast<egl::Surface*>(egl::getCurrentDrawSurface()); in SwapInterval()
1029 EGLSurface draw = egl::getCurrentDrawSurface(); in GetCurrentSurface()
DDisplay.cpp608 if(surface == getCurrentDrawSurface()) in destroySurface()
Dmain.cpp285 egl::Surface *getCurrentDrawSurface() in getCurrentDrawSurface() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp373 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/
Dentry_points_egl.cpp442 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/
Dentry_points_wgl.cpp265 Surface *previousDraw = thread->getCurrentDrawSurface(); in wglMakeCurrent()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp259 Surface *previousDraw = thread->getCurrentDrawSurface(); in wglMakeCurrent()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp366 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp404 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp753 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp804 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp1966 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in onMakeCurrent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp4112 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in onMakeCurrent()

12