/hardware/google/gfxstream/host/tests/ |
D | X11TestingSupport.cpp | 53 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap() argument
|
D | X11TestingSupport.h | 19 void freeNativePixmap(void* pixmap);
|
D | FrameBuffer_unittest.cpp | 897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F() local 898 EXPECT_NE(nullptr, pixmap); in TEST_F() 906 …UE(mFb->platformImportResource(cb, RESOURCE_TYPE_EGL_NATIVE_PIXMAP|RESOURCE_USE_PRESERVE, pixmap)); in TEST_F() 915 freeNativePixmap(pixmap); in TEST_F() 931 void* pixmap = createNativePixmap(mWidth, mHeight, 4); in TEST_F() local 932 EXPECT_NE(nullptr, pixmap); in TEST_F() 937 EXPECT_TRUE(mFb->platformImportResource(colorBuffer, RESOURCE_TYPE_EGL_NATIVE_PIXMAP, pixmap)); in TEST_F() 986 freeNativePixmap(pixmap); in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 199 Pixmap pixmap ); 201 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ); 255 Pixmap pixmap, const int *attribList ); 257 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ); 292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 293 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
|
D | glxext.h | 97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 98 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); 115 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 116 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap); 453 … *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 746 … ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 753 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx.h | 204 Pixmap pixmap ); 206 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ); 260 Pixmap pixmap, const int *attribList ); 262 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ); 297 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 298 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
|
D | glxext.h | 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attri… 535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap); 553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, con… 554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); 684 …n GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 691 …( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap… 786 …* PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1035 xcb_pixmap_t pixmap; member 1252 if (chain->images[i].pixmap == idle->pixmap) { in x11_handle_dri3_present_event() 1633 image->pixmap, in x11_present_to_x11_dri3() 2142 image->pixmap = xcb_generate_id(chain->conn); in x11_image_init() 2144 image->pixmap, in x11_image_init() 2153 image->pixmap = xcb_generate_id(chain->conn); in x11_image_init() 2174 image->pixmap, in x11_image_init() 2203 image->pixmap, in x11_image_init() 2229 image->pixmap, in x11_image_init() 2243 cookie = xcb_free_pixmap(chain->conn, image->pixmap); in x11_image_init() [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 339 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 341 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.h | 105 bool glOpImportEglNativePixmap(void* pixmap, bool preserveContent);
|
D | ColorBuffer.cpp | 523 bool ColorBuffer::glOpImportEglNativePixmap(void* pixmap, bool preserveContent) { in glOpImportEglNativePixmap() argument 528 return mColorBufferGl->importEglNativePixmap(pixmap, preserveContent); in glOpImportEglNativePixmap()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_dump_layers.cpp | 347 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 349 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.h | 216 bool importEglNativePixmap(void* pixmap, bool preserveContent);
|
D | ColorBufferGl.cpp | 1125 bool ColorBufferGl::importEglNativePixmap(void* pixmap, bool preserveContent) { in importEglNativePixmap() argument 1126 …image = s_egl.eglCreateImageKHR(m_display, EGL_NO_CONTEXT, EGL_NATIVE_PIXMAP_KHR, pixmap, nullptr); in importEglNativePixmap()
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | egl.h | 110 …IXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att… 135 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
|
D | eglext.h | 1034 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 1036 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 1177 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1181 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | eglext.h | 968 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 970 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 1101 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1105 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
D | egl.h | 125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 1350 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument 1359 (void)pixmap; in eglCreatePixmapSurface()
|