Home
last modified time | relevance | path

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

12

/external/angle/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()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp255 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() local
256 ASSERT(drawSurface); in blitImpl()
343 device->StretchRect(readSurface, &srcRect, drawSurface, &dstRect, D3DTEXF_NONE); in blitImpl()
346 SafeRelease(drawSurface); in blitImpl()
373 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl() local
377 device->StretchRect(readSurface, nullptr, drawSurface, nullptr, D3DTEXF_NONE); in blitImpl()
380 SafeRelease(drawSurface); in blitImpl()
/external/angle/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,
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp379 egl::Error DisplayGLX::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
384 (drawSurface ? GetImplAs<SurfaceGLX>(drawSurface)->getDrawable() : mDummyPbuffer); in makeCurrent()
394 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent()
744 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local
746 if (drawSurface != nullptr) in waitNative()
748 SurfaceGLX *glxDrawSurface = GetImplAs<SurfaceGLX>(drawSurface); in waitNative()
752 if (readSurface != drawSurface && readSurface != nullptr) in waitNative()
DDisplayGLX.h48 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp228 egl::Error DisplayD3D::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
368 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local
371 if (drawSurface != nullptr) in waitNative()
373 SurfaceD3D *drawSurfaceD3D = GetImplAs<SurfaceD3D>(drawSurface); in waitNative()
DDisplayD3D.h60 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp272 egl::Error DisplayAndroid::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
279 if (drawSurface) in makeCurrent()
281 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent()
328 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent()
DDisplayAndroid.h50 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/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.h39 Surface *drawSurface; member
DlibEGL.cpp949 egl::Surface *drawSurface = static_cast<egl::Surface*>(draw); in MakeCurrent() local
972 if((draw != EGL_NO_SURFACE && !validateSurface(display, drawSurface)) || in MakeCurrent()
988 egl::setCurrentDrawSurface(drawSurface); in MakeCurrent()
994 context->makeCurrent(drawSurface); in MakeCurrent()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1031 void drawSurface (Surface& dst,
1313 void SeparateShaderTest::drawSurface (Surface& dst, deUint32 seed) in drawSurface() function in deqp::gles31::Functional::__anon50ac56ef0111::SeparateShaderTest
1340 drawSurface(refSurface, drawSeed); in testPipelineRendering()
1345 drawSurface(pipelineSurface, drawSeed); in testPipelineRendering()
1371 drawSurface(pipelineSurface, drawSeed); in testCurrentProgPriority()
1375 drawSurface(refSurface, drawSeed); in testCurrentProgPriority()
1380 drawSurface(resultSurface, drawSeed); in testCurrentProgPriority()
1410 drawSurface(refSurface, drawSeed); in testActiveProgramUniform()
1443 drawSurface(resultSurface, drawSeed); in testActiveProgramUniform()
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp549 egl::Error DisplayEGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
554 if (drawSurface) in makeCurrent()
556 SurfaceEGL *drawSurfaceEGL = GetImplAs<SurfaceEGL>(drawSurface); in makeCurrent()
572 return DisplayGL::makeCurrent(drawSurface, readSurface, context); in makeCurrent()
DDisplayEGL.h83 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h29 egl::Error makeCurrent(egl::Surface *drawSurface,
DDisplayNULL.cpp39 egl::Error DisplayNULL::makeCurrent(egl::Surface *drawSurface, in makeCurrent() argument
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h63 virtual egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/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()
DDisplayWGL.h73 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h30 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.h130 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h83 egl::Error makeCurrent(egl::Surface *drawSurface,
/external/angle/src/libGLESv2/
Dentry_points_egl.cpp434 Surface *drawSurface = static_cast<Surface *>(draw); in EGL_MakeCurrent() local
438 ANGLE_EGL_TRY_RETURN(thread, ValidateMakeCurrent(display, drawSurface, readSurface, context), in EGL_MakeCurrent()
446 if (previousDraw != drawSurface || previousRead != readSurface || previousContext != context) in EGL_MakeCurrent()
449 display->makeCurrent(thread, drawSurface, readSurface, context), in EGL_MakeCurrent()

12