Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/host/tests/
DX11TestingSupport.cpp53 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap() argument
DX11TestingSupport.h19 void freeNativePixmap(void* pixmap);
DFrameBuffer_unittest.cpp897 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/
Dglx.h199 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);
Dglxext.h97 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/
Dglx.h204 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);
Dglxext.h534 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/
Dwsi_common_x11.c1035 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/
Dhwc_dump_layers.cpp339 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/
DColorBuffer.h105 bool glOpImportEglNativePixmap(void* pixmap, bool preserveContent);
DColorBuffer.cpp523 bool ColorBuffer::glOpImportEglNativePixmap(void* pixmap, bool preserveContent) { in glOpImportEglNativePixmap() argument
528 return mColorBufferGl->importEglNativePixmap(pixmap, preserveContent); in glOpImportEglNativePixmap()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp347 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/
DColorBufferGl.h216 bool importEglNativePixmap(void* pixmap, bool preserveContent);
DColorBufferGl.cpp1125 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/
Degl.h110 …IXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
135 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
Deglext.h1034 …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/
Deglext.h968 …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);
Degl.h125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
/hardware/google/gfxstream/guest/egl/
Degl.cpp1350 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument
1359 (void)pixmap; in eglCreatePixmapSurface()