/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSyncTest.cpp | 50 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local 54 EXPECT_NE(drawSurface, EGL_NO_SURFACE); in TEST_P() 93 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P() 130 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local 134 EXPECT_NE(drawSurface, EGL_NO_SURFACE); in TEST_P() 144 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 256 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() local 257 ASSERT(drawSurface); in blitImpl() 344 device->StretchRect(readSurface, &srcRect, drawSurface, &dstRect, D3DTEXF_NONE); in blitImpl() 347 SafeRelease(drawSurface); in blitImpl() 374 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl() local 378 device->StretchRect(readSurface, nullptr, drawSurface, nullptr, D3DTEXF_NONE); in blitImpl() 381 SafeRelease(drawSurface); in blitImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 254 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() local 255 ASSERT(drawSurface); in blitImpl() 342 device->StretchRect(readSurface, &srcRect, drawSurface, &dstRect, D3DTEXF_NONE); in blitImpl() 345 SafeRelease(drawSurface); in blitImpl() 371 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl() local 375 device->StretchRect(readSurface, nullptr, drawSurface, nullptr, D3DTEXF_NONE); in blitImpl() 378 SafeRelease(drawSurface); in blitImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DisplayGL.cpp | 53 egl::Error DisplayGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument 66 if (drawSurface == nullptr) in makeCurrent()
|
D | DisplayGL.h | 42 egl::Error makeCurrent(egl::Surface *drawSurface,
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSyncTest.cpp | 56 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local 60 EXPECT_NE(drawSurface, EGL_NO_SURFACE); in TEST_P() 99 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P() 136 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local 140 EXPECT_NE(drawSurface, EGL_NO_SURFACE); in TEST_P() 150 eglMakeCurrent(display, drawSurface, readSurface, context); in TEST_P()
|
/third_party/cef/libcef/browser/gpu/ |
D | external_texture_manager.cc | 244 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in CreateTexture() local 260 eglMakeCurrent(egl_display, drawSurface, readSurface, curContext); in CreateTexture() 312 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in DeleteTexture() local 331 eglMakeCurrent(egl_display, drawSurface, readSurface, curContext); in DeleteTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 379 egl::Error DisplayGLX::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument 383 if (drawSurface) in makeCurrent() 385 glx::Drawable drawable = GetImplAs<SurfaceGLX>(drawSurface)->getDrawable(); in makeCurrent() 396 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent() 753 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local 755 if (drawSurface != nullptr) in waitNative() 757 SurfaceGLX *glxDrawSurface = GetImplAs<SurfaceGLX>(drawSurface); in waitNative() 761 if (readSurface != drawSurface && readSurface != nullptr) in waitNative()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 227 egl::Error DisplayD3D::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument 366 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local 369 if (drawSurface != nullptr) in waitNative() 371 SurfaceD3D *drawSurfaceD3D = GetImplAs<SurfaceD3D>(drawSurface); in waitNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 396 egl::Surface *drawSurface, in makeCurrent() argument 401 (drawSurface ? GetImplAs<SurfaceGLX>(drawSurface)->getDrawable() : mInitPbuffer); in makeCurrent() 421 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent() 804 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local 806 if (drawSurface != nullptr) in waitNative() 808 SurfaceGLX *glxDrawSurface = GetImplAs<SurfaceGLX>(drawSurface); in waitNative() 812 if (readSurface != drawSurface && readSurface != nullptr) in waitNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 244 egl::Surface *drawSurface, in makeCurrent() argument 404 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local 407 if (drawSurface != nullptr) in waitNative() 409 SurfaceD3D *drawSurfaceD3D = GetImplAs<SurfaceD3D>(drawSurface); in waitNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DisplayGL.cpp | 113 egl::Surface *drawSurface, in makeCurrent() argument 130 if (drawSurface == nullptr) in makeCurrent()
|
D | DisplayGL.h | 53 egl::Surface *drawSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 719 egl::Surface *drawSurface, in makeCurrent() argument 726 if (drawSurface) in makeCurrent() 728 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent() 751 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent() 752 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent() 761 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent() 762 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent() 776 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent() 789 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 52 if(current->drawSurface) in releaseCurrent() 54 current->drawSurface->release(); in releaseCurrent() 85 current->drawSurface = nullptr; in attachThread() 277 if(current->drawSurface) in setCurrentDrawSurface() 279 current->drawSurface->release(); in setCurrentDrawSurface() 282 current->drawSurface = surface; in setCurrentDrawSurface() 289 return current->drawSurface; in getCurrentDrawSurface()
|
D | main.h | 38 Surface *drawSurface; member
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 462 Surface *drawSurface, in MakeCurrent() argument 475 if (previousDraw != drawSurface || previousRead != readSurface || previousContext != context) in MakeCurrent() 479 display->makeCurrent(thread, previousContext, drawSurface, readSurface, context), in MakeCurrent() 648 Surface *drawSurface = static_cast<Surface *>(thread->getCurrentDrawSurface()); in SwapInterval() local 649 const Config *surfaceConfig = drawSurface->getConfig(); in SwapInterval() 653 drawSurface->setSwapInterval(clampedInterval); in SwapInterval()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture_mock.cpp | 40 void FrameCaptureShared::onMakeCurrent(const gl::Context *context, const egl::Surface *drawSurface) in onMakeCurrent() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 504 egl::Error DisplayAndroid::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument 511 if (drawSurface) in makeCurrent() 513 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent() 560 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1031 void drawSurface (Surface& dst, 1313 void SeparateShaderTest::drawSurface (Surface& dst, deUint32 seed) in drawSurface() function in deqp::gles31::Functional::__anon0a0c13630111::SeparateShaderTest 1351 drawSurface(refSurface, drawSeed); in testPipelineRendering() 1356 drawSurface(pipelineSurface, drawSeed); in testPipelineRendering() 1382 drawSurface(pipelineSurface, drawSeed); in testCurrentProgPriority() 1386 drawSurface(refSurface, drawSeed); in testCurrentProgPriority() 1391 drawSurface(resultSurface, drawSeed); in testCurrentProgPriority() 1421 drawSurface(refSurface, drawSeed); in testActiveProgramUniform() 1454 drawSurface(resultSurface, drawSeed); in testActiveProgramUniform()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 29 egl::Error makeCurrent(egl::Surface *drawSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 32 egl::Surface *drawSurface,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 63 virtual egl::Error makeCurrent(egl::Surface *drawSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 671 egl::Surface *drawSurface, in makeCurrent() argument 678 if (drawSurface) in makeCurrent() 680 SurfaceWGL *drawSurfaceWGL = GetImplAs<SurfaceWGL>(drawSurface); in makeCurrent() 708 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 686 egl::Error DisplayWGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument 693 if (drawSurface) in makeCurrent() 695 SurfaceWGL *drawSurfaceWGL = GetImplAs<SurfaceWGL>(drawSurface); in makeCurrent() 727 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent()
|