/third_party/skia/src/gpu/ |
D | GrWritePixelsRenderTask.h | 20 const GrMipLevel[], 29 const GrMipLevel[], 44 SkAutoSTArray<16, GrMipLevel> fLevels;
|
D | GrResourceProvider.h | 95 const GrMipLevel texels[]); 111 const GrMipLevel& mipLevel); 366 using TempLevels = SkAutoSTArray<14, GrMipLevel>; 371 const GrMipLevel texels[], 384 const GrMipLevel texels[],
|
D | GrWritePixelsRenderTask.cpp | 19 const GrMipLevel texels[], in Make() 35 const GrMipLevel texels[], in GrWritePixelsTask()
|
D | GrResourceProvider.cpp | 53 const GrMipLevel texels[]) { in createTexture() 89 SkAutoSTArray<14, GrMipLevel> tmpTexels; in createTexture() 143 const GrMipLevel& mipLevel) { in createTexture() 765 static bool prepare_level(const GrMipLevel& inLevel, in prepare_level() 770 GrMipLevel* outLevel, in prepare_level() 800 const GrMipLevel texels[], in prepareLevels() 828 const GrMipLevel texels[], in writePixels() 835 SkAutoSTArray<14, GrMipLevel> tmpTexels; in writePixels()
|
D | GrGpu.h | 141 const GrMipLevel texels[], 274 const GrMipLevel texels[], 288 GrMipLevel mipLevel = {buffer, rowBytes, nullptr}; 747 const GrMipLevel[],
|
D | GrDrawingManager.h | 110 const GrMipLevel[],
|
/third_party/flutter/skia/tools/fiddle/ |
D | fiddle_main.cpp | 160 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() 194 GrMipLevel level0 = { data.get(), backingDesc.fWidth*sizeof(uint32_t) }; in setup_backend_objects() 215 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnTexture.h | 34 void upload(const GrMipLevel texels[], int mipLevels); 35 void upload(const GrMipLevel texels[], int mipLevels, const SkIRect& dstRect);
|
D | GrDawnGpu.h | 96 const GrMipLevel texels[], 123 const GrMipLevel texels[], int mipLevelCount) override;
|
D | GrDawnTexture.cpp | 120 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels) { in upload() 124 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels, const SkIRect& rect) { in upload()
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceProvider.cpp | 47 static bool prepare_level(const GrMipLevel& inLevel, size_t bpp, int w, int h, bool rowBytesSupport, in prepare_level() 48 bool mustInitializeAllLevels, GrMipLevel* outLevel, in prepare_level() 85 const GrMipLevel texels[], in createTexture() 102 SkAutoSTMalloc<14, GrMipLevel> tmpTexels; in createTexture() 147 const GrMipLevel& mipLevel, in createTexture() 172 GrMipLevel tmpLevel; in createTexture() 249 GrMipLevel level; in createTexture() 332 GrMipLevel level; in createApproxTexture()
|
D | GrGpu.h | 113 GrProtected isProtected, const GrMipLevel texels[], 232 const GrMipLevel texels[], int mipLevelCount); 240 GrMipLevel mipLevel = {buffer, rowBytes}; in writePixels() 550 const GrMipLevel[], 580 const GrMipLevel texels[], int mipLevelCount) = 0;
|
D | GrResourceProvider.h | 100 const GrMipLevel texels[], 112 const GrMipLevel& mipLevel,
|
D | GrGpu.cpp | 102 static bool validate_levels(int w, int h, const GrMipLevel texels[], int mipLevelCount, int bpp, in validate_levels() 153 const GrMipLevel texels[], in createTexture() 398 const GrMipLevel texels[], int mipLevelCount) { in writePixels()
|
D | GrSurfaceProxy.cpp | 157 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 144 const GrMipLevel texels[], 175 const GrMipLevel[], int mipLevelCount) override; 221 GrColorType dataColorType, const GrMipLevel texels[], int mipLevels);
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 69 const GrMipLevel[], 102 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.h | 200 const GrMipLevel[], 231 const GrMipLevel texels[], int mipLevelCount) override; 271 GrColorType colorType, const GrMipLevel texels[], int mipLevelCount);
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 200 const GrMipLevel[], 235 const GrMipLevel texels[], 250 const GrMipLevel texels[], int mipLevelCount) override; 410 const GrMipLevel texels[], int mipLevelCount,
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 176 const GrMipLevel[], 217 void uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount,
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 203 const GrMipLevel[], 255 const GrMipLevel texels[],
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 179 const GrMipLevel[], 272 const GrMipLevel texels[],
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 319 const GrMipLevel[], 475 const GrMipLevel texels[], 496 const GrMipLevel texels[],
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.h | 285 const GrMipLevel[], 365 const GrMipLevel texels[],
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 105 const GrMipLevel[], in onWritePixels() argument
|