/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 322 egl::Surface *drawSurface, in makeCurrent() argument 329 if (drawSurface) in makeCurrent() 331 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent() 354 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent() 355 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent() 364 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent() 365 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->getSurface() == EGL_NO_SURFACE); in makeCurrent() 379 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent() 417 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent()
|
D | DisplayAndroid.h | 57 egl::Surface *drawSurface,
|
/external/angle/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()
|
/external/angle/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()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DisplayGL.cpp | 104 egl::Surface *drawSurface, in makeCurrent() argument 121 if (drawSurface == nullptr) in makeCurrent()
|
D | DisplayGL.h | 48 egl::Surface *drawSurface,
|
/external/angle/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()
|
D | DisplayD3D.h | 66 egl::Surface *drawSurface,
|
/external/angle/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()
|
D | DisplayGLX.h | 39 egl::Surface *drawSurface,
|
/external/angle/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() 642 Surface *drawSurface = static_cast<Surface *>(thread->getCurrentDrawSurface()); in SwapInterval() local 643 const Config *surfaceConfig = drawSurface->getConfig(); in SwapInterval() 647 drawSurface->setSwapInterval(clampedInterval); in SwapInterval()
|
/external/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 | 39 Surface *drawSurface; member
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture_mock.cpp | 30 void FrameCaptureShared::onMakeCurrent(const gl::Context *context, const egl::Surface *drawSurface) in onMakeCurrent() argument
|
/external/deqp/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::__anon8142914b0111::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()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 575 egl::Surface *drawSurface, in makeCurrent() argument 582 if (drawSurface) in makeCurrent() 584 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent() 605 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent()
|
D | DisplayEGL.h | 81 egl::Surface *drawSurface,
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 32 egl::Surface *drawSurface,
|
D | DisplayNULL.cpp | 41 egl::Surface *drawSurface, in makeCurrent() argument
|
/external/angle/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()
|
D | DisplayWGL.h | 70 egl::Surface *drawSurface,
|
/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.h | 75 egl::Surface *drawSurface,
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 51 egl::Surface *drawSurface,
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.h | 119 egl::Surface *drawSurface,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 78 egl::Surface *drawSurface,
|