Home
last modified time | relevance | path

Searched refs:drawSurface (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncTest.cpp50 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/
DFramebuffer9.cpp256 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/
DFramebuffer9.cpp254 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/
DDisplayGL.cpp53 egl::Error DisplayGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
66 if (drawSurface == nullptr) in makeCurrent()
DDisplayGL.h42 egl::Error makeCurrent(egl::Surface *drawSurface,
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncTest.cpp56 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/
Dexternal_texture_manager.cc244 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/
DDisplayGLX.cpp379 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/
DDisplayD3D.cpp227 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/
DDisplayGLX.cpp396 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/
DDisplayD3D.cpp244 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/
DDisplayGL.cpp113 egl::Surface *drawSurface, in makeCurrent() argument
130 if (drawSurface == nullptr) in makeCurrent()
DDisplayGL.h53 egl::Surface *drawSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp719 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/
Dmain.cpp52 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()
Dmain.h38 Surface *drawSurface; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp462 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/
DFrameCapture_mock.cpp40 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/
DDisplayAndroid.cpp504 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/
Des31fSeparateShaderTests.cpp1031 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/
DDisplayNULL.h29 egl::Error makeCurrent(egl::Surface *drawSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h32 egl::Surface *drawSurface,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h63 virtual egl::Error makeCurrent(egl::Surface *drawSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp671 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/
DDisplayWGL.cpp686 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()

123