/external/angle/src/tests/egl_tests/ |
D | EGLSyncTest.cpp | 50 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local 130 EGLSurface drawSurface = eglGetCurrentSurface(EGL_DRAW); in TEST_P() local
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.h | 39 Surface *drawSurface; member
|
D | libEGL.cpp | 949 egl::Surface *drawSurface = static_cast<egl::Surface*>(draw); in MakeCurrent() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DisplayGL.cpp | 53 egl::Error DisplayGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 255 IDirect3DSurface9 *drawSurface = drawRenderTarget->getSurface(); in blitImpl() local 373 IDirect3DSurface9 *drawSurface = drawDepthStencil->getSurface(); in blitImpl() local
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 228 egl::Error DisplayD3D::makeCurrent(egl::Surface *drawSurface, in makeCurrent() 368 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 39 egl::Error DisplayNULL::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 379 egl::Error DisplayGLX::makeCurrent(egl::Surface *drawSurface, in makeCurrent() 744 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in waitNative() local
|
/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 272 egl::Error DisplayAndroid::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 549 egl::Error DisplayEGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 923 egl::Error DisplayOzone::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 686 egl::Error DisplayWGL::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
|
/external/angle/src/libANGLE/ |
D | Display.cpp | 1095 egl::Surface *drawSurface, in makeCurrent()
|
D | Context.cpp | 603 egl::Surface *drawSurface, in makeCurrent() 8283 egl::Error Context::setDefaultFramebuffer(egl::Surface *drawSurface, egl::Surface *readSurface) in setDefaultFramebuffer() 8351 egl::Surface *drawSurface = mCurrentDrawSurface; in unsetDefaultFramebuffer() local
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl.cpp | 434 Surface *drawSurface = static_cast<Surface *>(draw); in EGL_MakeCurrent() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1313 void SeparateShaderTest::drawSurface (Surface& dst, deUint32 seed) in drawSurface() function in deqp::gles31::Functional::__anon50ac56ef0111::SeparateShaderTest
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 3044 egl::Surface *drawSurface = context->getCurrentDrawSurface(); in onMakeCurrent() local
|