Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 25 of 47) sorted by relevance

12

/hardware/google/gfxstream/host/
DPostWorkerGl.h50 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl()
51 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated()
DDisplaySurfaceUser.cpp35 void DisplaySurfaceUser::bindToSurface(DisplaySurface* surface) { in bindToSurface()
DPostWorkerGl.cpp285 const auto* surface = getBoundSurface(); in setupContext() local
/hardware/google/gfxstream/host/vulkan/
DDisplaySurfaceVk.cpp30 VkSurfaceKHR surface = VK_NULL_HANDLE; in create() local
53 VkSurfaceKHR surface) in DisplaySurfaceVk()
DDisplayVk.cpp101 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
DSwapChainStateVk.cpp152 VkSurfaceKHR surface, in validateQueueFamilyProperties()
161 const VulkanDispatch& vk, VkSurfaceKHR surface, VkPhysicalDevice physicalDevice, uint32_t width, in createSwapChainCi()
/hardware/google/gfxstream/host/gl/
DDisplayGl.cpp37 const auto* surface = getBoundSurface(); in post() local
80 const auto* surface = getBoundSurface(); in clear() local
DDisplaySurfaceGl.cpp48 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()
DDisplayGl.h70 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl()
71 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated()
DEmulatedEglWindowSurface.cpp56 std::unique_ptr<EmulatedEglWindowSurface> surface( in create() local
248 auto surface = create(display, config, width, height, hndl); in onLoad() local
DGLESVersionDetector.cpp51 EGLSurface surface; in sTryContextCreation() local
DReadbackWorkerGl.cpp38 ReadbackWorkerGl::ReadbackWorkerGl(std::unique_ptr<DisplaySurfaceGl> surface, in ReadbackWorkerGl()
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h51 void* surface; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_wayland.h32 struct wl_surface* surface; member
Dvulkan_directfb.h32 IDirectFBSurface* surface; member
/hardware/libhardware/tests/hwc/
Dutil.c175 EGLSurface surface; in egl_create() local
229 void egl_destroy(EGLDisplay display, EGLSurface surface) { in egl_destroy()
Dtest-arrows.c142 EGLSurface surface; in main() local
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp440 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
DEglContext.cpp30 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface()
DEglImp.cpp873 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()
DEglGlobalInfo.cpp163 EGLSurface surface = elt.second; in sweepDestroySurfaces() local
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp405 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
DOpenGLTestContext.cpp105 void destroySurface(EGLDisplay dpy, EGLSurface surface) { in destroySurface()
/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp623 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface()
635 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface()
648 bool eglDisplay::isSurface(EGLSurface surface) { in isSurface()
Degl.cpp182 #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 …]

12