Home
last modified time | relevance | path

Searched refs:pixmaps (Results 1 – 18 of 18) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DMakefile32 mkdir -p pixmaps/
33 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm)
34 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@
37 $(RM) -r pixmaps hicolor
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp985 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0… in createDestroyObjects() local
1016 else if (pixmaps.size() > 5 && ((m_types & TYPE_PIXMAP) != 0)) in createDestroyObjects()
1031 else if (pixmaps.size() < 3 && ((m_types & TYPE_PIXMAP) != 0)) in createDestroyObjects()
1155 pixmaps.push_back(std::make_pair(pixmap, surface)); in createDestroyObjects()
1229 const int pixmapNdx = rnd.getInt(0, (int)(pixmaps.size()-1)); in createDestroyObjects()
1231 … ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps[pixmapNdx].second… in createDestroyObjects()
1232 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in createDestroyObjects()
1233 pixmaps[pixmapNdx].second = EGL_NO_SURFACE; in createDestroyObjects()
1234 delete pixmaps[pixmapNdx].first; in createDestroyObjects()
1235 pixmaps[pixmapNdx].first = DE_NULL; in createDestroyObjects()
[all …]
/external/selinux/gui/
DMakefile30 -mkdir -p $(DESTDIR)$(DATADIR)/pixmaps
46 install -m 644 system-config-selinux.png $(DESTDIR)$(DATADIR)/pixmaps
50 -mkdir -p $(DESTDIR)$(DATADIR)/pixmaps
51 install -m 644 sepolicy_256.png $(DESTDIR)$(DATADIR)/pixmaps/sepolicy.png
/external/skia/gm/
Dducky_yuv_blend.cpp36 SkPixmap pixmaps[4]; variable
39 pixmaps[i].reset(
45 pixmaps,
Dyuv420_odd_dim.cpp57 SkPixmap pixmaps[4]; in make_image() local
66 pixmaps[i].reset(SkImageInfo::MakeA8(info.fSizes[i]), planes[i], info.fWidthBytes[i]); in make_image()
69 return SkImage::MakeFromYUVAPixmaps(context, cs, pixmaps, indices, image->dimensions(), in make_image()
/external/mesa3d/docs/_extra/specs/
DMESA_pixmap_colormap.spec37 Xlib functions but there is no colormap associated with pixmaps.
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
/external/skia/src/gpu/
DGrGpu.h472 BackendTextureData(const SkPixmap pixmaps[]) : fType(Type::kPixmaps), fPixmaps(pixmaps) { in BackendTextureData() argument
473 SkASSERT(pixmaps); in BackendTextureData()
491 const SkPixmap* pixmaps() const { in pixmaps() function
/external/ImageMagick/MagickCore/
Danimate.c1064 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage()
1065 sizeof(*window_info.pixmaps)); in XAnimateBackgroundImage()
1068 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage()
1072 window_info.pixmaps[0]=window_info.pixmap; in XAnimateBackgroundImage()
1133 window_info.pixmaps[scene]=window_info.pixmap; in XAnimateBackgroundImage()
1158 window_info.pixmap=window_info.pixmaps[scene]; in XAnimateBackgroundImage()
1920 windows->image.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateImages()
1921 sizeof(*windows->image.pixmaps)); in XAnimateImages()
1923 sizeof(*windows->image.pixmaps)); in XAnimateImages()
1924 if ((windows->image.pixmaps == (Pixmap *) NULL) || in XAnimateImages()
[all …]
Dxwdfile.h_vms69 /* bitmap_pad applies to pixmaps (non-bitmaps) only.
76 * or bitmap_pad (pixmaps). It is the delta (in bytes) to get
Dxwindow-private.h412 *pixmaps, member
/external/skia/tests/
DBackendAllocationTest.cpp395 const SkColor4f colors[6], SkAutoPixmapStorage pixmaps[6]) { in make_pixmaps()
402 pixmaps[level].alloc(ii); in make_pixmaps()
403 pixmaps[level].erase(colors[level]); in make_pixmaps()
431 SkPixmap pixmaps[6]; in test_pixmap_init() local
433 pixmaps[i].reset(pixmapMem[i].info(), pixmapMem[i].addr(), pixmapMem[i].rowBytes()); in test_pixmap_init()
436 GrBackendTexture backendTex = create(context, pixmaps, numMipLevels, renderable); in test_pixmap_init()
/external/mesa3d/src/glx/apple/
DTODO8 Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
/external/mesa3d/docs/relnotes/
D18.1.6.rst92 - egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
D19.1.4.rst152 - egl: Quiet warning about front buffer rendering for pixmaps/pbuffers
/external/mesa3d/docs/
Degl.rst228 native pbuffers, or if the native pixmaps have more than one color
Dversions.rst1013 - optimized writing mono-colored pixel spans to X pixmaps
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm877 copy_src_data(buffer, bytesPerPixel, individualMipOffsets, data->pixmaps(),
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1730 data->pixmaps(), numMipLevels); in createVkImageForBackendSurface()