/third_party/skia/src/core/ |
H A D | SkYUVPlanesCache.cpp | 89 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, const SkYUVAPixmaps& pixmaps, in Add() argument 76 FindAndRef(uint32_t genID, SkYUVAPixmaps* pixmaps, SkResourceCache* localCache) FindAndRef() argument
|
H A D | SkYUVAPixmaps.cpp | 235 SkPixmap pixmaps[kMaxPlanes]; in FromExternalMemory() local 240 FromExternalPixmaps(const SkYUVAInfo& yuvaInfo, const SkPixmap pixmaps[kMaxPlanes]) FromExternalPixmaps() argument 266 SkYUVAPixmaps(const SkYUVAInfo& yuvaInfo, DataType dataType, const SkPixmap pixmaps[kMaxPlanes]) SkYUVAPixmaps() argument [all...] |
/third_party/skia/gm/ |
H A D | yuv420_odd_dim.cpp | 108 SkPixmap pixmaps[4]; in DEF_SIMPLE_GM_CAN_FAIL() local
|
H A D | imagefromyuvtextures.cpp | 66 auto pixmaps = SkYUVAPixmaps::Allocate(pixmapInfo); in CreatePlanes() local [all...] |
H A D | asyncrescaleandread.cpp | 107 auto pixmaps = SkYUVAPixmaps::FromExternalPixmaps(yuvaInfo, yuvPMs); in do_read_and_scale_yuv() local
|
H A D | wacky_yuv_formats.cpp | 843 SkYUVAPixmaps pixmaps = in createImages() local 1209 SkPixmap pixmaps[4]; variable
|
/third_party/skia/tests/ |
H A D | YUVTest.cpp | 69 auto pixmaps = SkYUVAPixmaps::Allocate(yuvaPixmapInfo); in codec_yuv() local
|
H A D | BackendAllocationTest.cpp | 476 SkPixmap pixmaps[6]; in test_pixmap_init() local 433 make_pixmaps(SkColorType skColorType, GrMipmapped mipmapped, const SkColor4f colors[6], SkPixmap pixmaps[6], std::unique_ptr<char[]>* mem) make_pixmaps() argument
|
/third_party/lame/frontend/ |
H A D | gpkplotting.c | 50 static GdkPixmap *pixmaps[10]; variable
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 258 MakeFromYUVAPixmaps(GrRecordingContext* context, const SkYUVAPixmaps& pixmaps, GrMipmapped buildMips, bool limitToMaxTextureSize, sk_sp<SkColorSpace> imageColorSpace) MakeFromYUVAPixmaps() argument [all...] |
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 54 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() argument 200 Make(SkYUVAPixmaps pixmaps, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) Make() argument 247 reset(SkYUVAPixmaps pixmaps, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) reset() argument [all...] |
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 172 SkPixmap pixmaps[3]; in make_yuv_420() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 989 vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0 : m_nativePixmaps1); in createDestroyObjects() local 1268 vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0 : m_nativePixmaps1); pushObjectsToShared() local 1297 vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0 : m_nativePixmaps1); pullObjectsFromShared() local 1426 vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0 : m_nativePixmaps1); destroyObjects() local [all...] |