/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() local 326 if (surface != EGL_NO_SURFACE) { in eglCreateWindowSurface() 329 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreateWindowSurface() 332 return surface; in eglCreateWindowSurface() 337 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() local 338 if (surface != EGL_NO_SURFACE) { in eglCreatePbufferSurface() 341 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreatePbufferSurface() 344 return surface; in eglCreatePbufferSurface() 349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() local 350 if (surface != EGL_NO_SURFACE) { in eglCreatePixmapSurface() [all …]
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | egl_wrapper_entry.cpp | 9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 27 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value); 28 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface); 32 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 33 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 34 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); 62 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() argument 65 return ctx->eglCopyBuffers( dpy, surface, target); in eglCopyBuffers() 98 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() argument [all …]
|
D | egl.in | 4 GL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) 10 GL_ENTRY(EGLBoolean, eglDestroySurface, EGLDisplay dpy, EGLSurface surface) 22 GL_ENTRY(EGLBoolean, eglQuerySurface, EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint … 23 GL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay dpy, EGLSurface surface) 27 GL_ENTRY(EGLBoolean, eglBindTexImage, EGLDisplay dpy, EGLSurface surface, EGLint buffer) 28 GL_ENTRY(EGLBoolean, eglReleaseTexImage, EGLDisplay dpy, EGLSurface surface, EGLint buffer) 29 GL_ENTRY(EGLBoolean, eglSurfaceAttrib, EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 445 EglSurface* surface = in rcCreateWindowSurface() local 447 if (!surface) in rcCreateWindowSurface() 450 return surface->id; in rcCreateWindowSurface() 459 EglSurface* surface = it->second; in rcDestroyWindowSurface() local 462 s_egl.eglDestroySurface(rc->dpy, surface->surface); in rcDestroyWindowSurface() 463 surface->surface = EGL_NO_SURFACE; in rcDestroyWindowSurface() 464 if (surface->disposable()) { in rcDestroyWindowSurface() 465 delete surface->window; in rcDestroyWindowSurface() 466 delete surface; in rcDestroyWindowSurface() 492 EglSurface* surface = surface_it->second; in rcSetWindowColorBuffer() local [all …]
|
D | EglSurface.h | 74 return surface == EGL_NO_SURFACE && bound_ctx == 0U; in disposable() 77 EGLSurface surface = EGL_NO_SURFACE; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 27 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); 28 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface); 33 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 34 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 35 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 181 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument 182 if ((surface) != EGL_NO_SURFACE) { \ 183 if (!s_display.isSurface((surface))) \ 185 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \ 638 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) { in s_destroyPendingSurfaceAndSetNull() argument 639 if (!surface) in s_destroyPendingSurfaceAndSetNull() 642 if (!s_display.isSurface(*surface)) { in s_destroyPendingSurfaceAndSetNull() 643 *surface = NULL; in s_destroyPendingSurfaceAndSetNull() 647 egl_surface_t* surf = static_cast<egl_surface_t *>(*surface); in s_destroyPendingSurfaceAndSetNull() 650 *surface = NULL; in s_destroyPendingSurfaceAndSetNull() [all …]
|
D | eglDisplay.h | 67 void onCreateSurface(EGLSurface surface); 70 void onDestroySurface(EGLSurface surface);
|
D | eglDisplay.cpp | 624 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface() argument 626 m_surfaces.insert(surface); in onCreateSurface() 636 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface() argument 638 m_surfaces.erase(surface); in onDestroySurface() 649 bool eglDisplay::isSurface(EGLSurface surface) { in isSurface() argument 651 bool res = m_surfaces.find(surface) != m_surfaces.end(); in isSurface()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface, 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, 290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 291 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface); 313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
|
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi… 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface); 74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,… 75 …edef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface); 182 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface,… 184 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re… 299 EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGL… 301 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EG… 307 EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute,… 309 …PIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute… [all …]
|
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/ |
D | ut_rendercontrol.in | 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | Setup.sample | 54 surface src/surface.c src/alphablit.c src/surface_fill.c $(SDL) $(DEBUG)
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 67 This function creates a 'window' surface on the host which can be then 69 The function returns a handle to the created window surface. 72 This function destoys a window surface. 76 be specified as a render target for a window surface through
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
D | BuildAndIntegrationInstructions.txt | 61 2. Run "make menuconfig" in linux console to start Coreboot configuration surface. 79 5. Press ESC key to exit the Coreboot configuration surface. If there is a question prompted like "…
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.h | 37 _VERBOSE_TAG(surface, "video surface support") \
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.h | 826 VkSurfaceKHR surface, 831 VkSurfaceKHR surface, 835 VkSurfaceKHR surface, 839 VkSurfaceKHR surface, 844 VkSurfaceKHR surface, 878 VkSurfaceKHR surface, 882 VkSurfaceKHR surface, 1528 VkSurfaceKHR surface,
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 67 # might read them (e.g. surface flinger), so define it in
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 67 # might read them (e.g. surface flinger), so define it in
|
/device/generic/qemu/ |
D | init.ranchu.rc | 85 # might read them (e.g. surface flinger), so define it in
|
/device/generic/trusty/ |
D | init.qemu_trusty.rc | 76 # might read them (e.g. surface flinger), so define it in
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 85 # might read them (e.g. surface flinger), so define it in
|
D | init.ranchu.rc | 104 # might read them (e.g. surface flinger), so define it in
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 339 sp<Surface> surface; member
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 1805 VkSurfaceKHR surface, in entry_vkDestroySurfaceKHR() argument 1810 vkEnc->vkDestroySurfaceKHR(instance, surface, pAllocator); in entry_vkDestroySurfaceKHR() 1815 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceSupportKHR() argument 1821 …vkEnc->vkGetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported); in entry_vkGetPhysicalDeviceSurfaceSupportKHR() 1826 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceCapabilitiesKHR() argument 1832 …eturn = vkEnc->vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface, pSurfaceCapabili… in entry_vkGetPhysicalDeviceSurfaceCapabilitiesKHR() 1837 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceFormatsKHR() argument 1844 …ult_return = vkEnc->vkGetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCo… in entry_vkGetPhysicalDeviceSurfaceFormatsKHR() 1849 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfacePresentModesKHR() argument 1856 …eturn = vkEnc->vkGetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCoun… in entry_vkGetPhysicalDeviceSurfacePresentModesKHR() [all …]
|