Home
last modified time | relevance | path

Searched defs:mipLevelCount (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/src/gpu/
DGrGpu.cpp54 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels()
105 int mipLevelCount, in createTextureCommon()
160 int mipLevelCount = 1; in createTexture() local
201 int mipLevelCount = std::max(1, texelLevelCount); in createTexture() local
449 int mipLevelCount, in writePixels()
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp157 int mipLevelCount = GrMipMapped::kYes == options.fMipMapping in setup_backend_objects() local
212 int mipLevelCount = GrMipMapped::kYes == options.fOffScreenMipMapping in setup_backend_objects() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DSubresourceTrackingPerf.cpp29 uint32_t mipLevelCount; member
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp260 int mipLevelCount, in createD3DTexture()
302 int mipLevelCount, in onCreateTexture()
358 int mipLevelCount = 1; in onCreateCompressedTexture() local
658 int mipLevelCount, in onWritePixels()
690 int mipLevelCount) { in uploadToTexture()
1416 unsigned int mipLevelCount = 1; in onClearBackendTexture() local
1519 unsigned int mipLevelCount = 1; in onUpdateCompressedBackendTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DTextureSubresourceTests.cpp26 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture()
DCopyTextureForBrowserTests.cpp27 uint32_t mipLevelCount, in Create2DTexture()
DTextureViewValidationTests.cpp32 uint32_t mipLevelCount = kDefaultMipLevels, in Create2DArrayTexture()
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp102 static bool validate_levels(int w, int h, const GrMipLevel texels[], int mipLevelCount, int bpp, in validate_levels()
154 int mipLevelCount) { in createTexture()
398 const GrMipLevel texels[], int mipLevelCount) { in writePixels()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSamplerFilterAnisotropicTests.cpp98 const uint32_t mipLevelCount = colors.size(); in InitTexture() local
DTextureSubresourceTests.cpp25 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture()
DTextureViewTests.cpp34 uint32_t mipLevelCount, in Create2DTexture()
50 uint32_t mipLevelCount, in Create3DTexture()
122 void initTexture(uint32_t arrayLayerCount, uint32_t mipLevelCount) { in initTexture()
DDepthStencilCopyTests.cpp48 uint32_t mipLevelCount = 1) { in CreateDepthStencilTexture()
60 uint32_t mipLevelCount = 1) { in CreateDepthTexture()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DTextureViewValidationTests.cpp32 uint32_t mipLevelCount = kDefaultMipLevels, in Create2DArrayTexture()
/third_party/flutter/skia/tests/
DMipMapTest.cpp65 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp34 uint32_t mipLevelCount, in Create2DTexture()
112 void initTexture(uint32_t arrayLayerCount, uint32_t mipLevelCount) { in initTexture()
/third_party/skia/tests/
DMipMapTest.cpp66 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
/third_party/skia/src/gpu/mock/
DGrMockGpu.h106 int mipLevelCount, in onWritePixels()
DGrMockGpu.cpp100 int mipLevelCount, in onCreateTexture()
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h102 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
DGrMockGpu.cpp152 int mipLevelCount) { in onCreateTexture()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.cpp93 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
126 int mipLevelCount) { in onCreateTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp186 int mipLevelCount, in onWritePixels()
227 int mipLevelCount, in onCreateTexture()
349 int mipLevelCount, const SkIRect& rect, in uploadTextureData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h224 uint32_t mipLevelCount, in SubresourceStorage()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp837 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
962 int mipLevelCount, in allocate_and_populate_texture()
1118 const GrMipLevel texels[],int mipLevelCount, in uploadTexData()
1446 int mipLevelCount) { in onCreateTexture()
1712 int mipLevelCount, in createTexture2D()
3841 int mipLevelCount = 0; in createBackendTexture() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp829 int mipLevelCount, in onWritePixels()
972 int mipLevelCount) { in uploadColorTypeTexData()
1040 int mipLevelCount) { in uploadTexData()
1356 int mipLevelCount, in onCreateTexture()
1703 int mipLevelCount) { in createTexture()

12