/hardware/google/gfxstream/host/ |
D | PostWorkerGl.h | 50 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl() 51 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated()
|
D | DisplaySurfaceUser.cpp | 35 void DisplaySurfaceUser::bindToSurface(DisplaySurface* surface) { in bindToSurface()
|
D | PostWorkerGl.cpp | 285 const auto* surface = getBoundSurface(); in setupContext() local
|
/hardware/google/gfxstream/host/vulkan/ |
D | DisplaySurfaceVk.cpp | 30 VkSurfaceKHR surface = VK_NULL_HANDLE; in create() local 53 VkSurfaceKHR surface) in DisplaySurfaceVk()
|
D | DisplayVk.cpp | 101 void DisplayVk::bindToSurfaceImpl(gfxstream::DisplaySurface* surface) { in bindToSurfaceImpl() 105 void DisplayVk::surfaceUpdated(gfxstream::DisplaySurface* surface) { in surfaceUpdated() 122 const auto* surface = getBoundSurface(); in recreateSwapchain() local 169 const auto* surface = getBoundSurface(); in post() local 347 const auto* surface = getBoundSurface(); in postImpl() local
|
D | SwapChainStateVk.cpp | 152 VkSurfaceKHR surface, in validateQueueFamilyProperties() 161 const VulkanDispatch& vk, VkSurfaceKHR surface, VkPhysicalDevice physicalDevice, uint32_t width, in createSwapChainCi()
|
/hardware/google/gfxstream/host/gl/ |
D | DisplayGl.cpp | 37 const auto* surface = getBoundSurface(); in post() local 80 const auto* surface = getBoundSurface(); in clear() local
|
D | DisplaySurfaceGl.cpp | 48 EGLSurface surface, in DisplaySurfaceGlContextHelper() 158 EGLSurface surface = s_egl.eglCreatePbufferSurface(display, config, surfaceAttribs); in createPbufferSurface() local 180 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface() local 198 EGLSurface surface, in DisplaySurfaceGl()
|
D | DisplayGl.h | 70 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl() 71 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated()
|
D | EmulatedEglWindowSurface.cpp | 56 std::unique_ptr<EmulatedEglWindowSurface> surface( in create() local 248 auto surface = create(display, config, width, height, hndl); in onLoad() local
|
D | GLESVersionDetector.cpp | 51 EGLSurface surface; in sTryContextCreation() local
|
D | ReadbackWorkerGl.cpp | 38 ReadbackWorkerGl::ReadbackWorkerGl(std::unique_ptr<DisplaySurfaceGl> surface, in ReadbackWorkerGl()
|
/hardware/google/gfxstream/include/render-utils/ |
D | RenderLib.h | 51 void* surface; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_wayland.h | 32 struct wl_surface* surface; member
|
D | vulkan_directfb.h | 32 IDirectFBSurface* surface; member
|
/hardware/libhardware/tests/hwc/ |
D | util.c | 175 EGLSurface surface; in egl_create() local 229 void egl_destroy(EGLDisplay display, EGLSurface surface) { in egl_destroy()
|
D | test-arrows.c | 142 EGLSurface surface; in main() local
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_egl.cpp | 440 EGLSurface surface = mDispatcher.eglCreatePbufferSurface(mDisplay, in EglOsEglDisplay() local 699 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface() local 714 EglOsEglSurface* surface = (EglOsEglSurface*)pb; in releasePbuffer() local 753 void EglOsEglDisplay::swapBuffers(Surface* surface) { in swapBuffers() 768 EglOsEglSurface* surface = (EglOsEglSurface*)win; in isValidNativeWin() local
|
D | EglContext.cpp | 30 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface()
|
D | EglImp.cpp | 873 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface() 884 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface, in eglQuerySurface() 895 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface, in eglSurfaceAttrib() 1063 EglPbufferSurface* surface, in sGetPbufferSurfaceGLProperties() 1256 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() 1310 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface() local 1910 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufAttribs); in createAndBindAuxiliaryContext() local 1932 static bool unbindAndDestroyAuxiliaryContext(EGLContext context, EGLSurface surface) { in unbindAndDestroyAuxiliaryContext() 1961 static bool bindAuxiliaryContext(EGLContext context, EGLSurface surface) { in bindAuxiliaryContext()
|
D | EglGlobalInfo.cpp | 163 EGLSurface surface = elt.second; in sweepDestroySurfaces() local
|
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 405 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local 422 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local 479 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local 575 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local 699 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local 834 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local
|
D | OpenGLTestContext.cpp | 105 void destroySurface(EGLDisplay dpy, EGLSurface surface) { in destroySurface()
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 623 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface() 635 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface() 648 bool eglDisplay::isSurface(EGLSurface surface) { in isSurface()
|
D | egl.cpp | 182 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument 852 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) { in s_destroyPendingSurfaceAndSetNull() 1273 egl_surface_t* surface = egl_window_surface_t::create(&s_display, config, EGL_WINDOW_BIT, win); in eglCreateWindowSurface() local 1335 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface() local 1367 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface)); in eglDestroySurface() local 1392 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglQuerySurface() local 1584 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 1646 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglBindTexImage() local 1665 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 2208 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() [all …]
|