/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.cpp | 56 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels() 107 int mipLevelCount, in createTextureCommon() 165 int mipLevelCount = 1; in createTexture() local 209 int mipLevelCount = std::max(1, texelLevelCount); in createTexture() local 467 int mipLevelCount, in writePixels()
|
H A D | GrDataUtils.cpp | 125 TArray<size_t>* individualMipOffsets, int mipLevelCount) { in GrComputeTightCombinedBufferSize()
|
H A D | GrProxyProvider.cpp | 421 const int mipLevelCount = mipmaps->countLevels() + 1; in createMippedProxyFromBitmap() local
|
H A D | GrResourceProvider.cpp | 884 int mipLevelCount, in prepareLevels()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.cpp | 266 int mipLevelCount, in createD3DTexture() 309 int mipLevelCount, in onCreateTexture() 367 int mipLevelCount = 1; in onCreateCompressedTexture() local 687 int mipLevelCount, in onWritePixels() 719 int mipLevelCount) { in uploadToTexture() 1473 unsigned int mipLevelCount = 1; in onClearBackendTexture() local 1581 unsigned int mipLevelCount = 1; in onUpdateCompressedBackendTexture() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/task/ |
H A D | UploadTask.cpp | 51 int mipLevelCount, in compute_combined_buffer_size() 103 unsigned int mipLevelCount = levels.size(); in Make() local 262 unsigned int mipLevelCount = srcMipOffsets.size(); in MakeCompressed() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.cpp | 951 int mipLevelCount, in onWritePixels() 1130 int mipLevelCount) { in uploadColorTypeTexData() 1198 int mipLevelCount) { in uploadTexData() 1519 int mipLevelCount, in onCreateTexture() 1909 int mipLevelCount, in createTexture()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMipmap.cpp | 155 int mipLevelCount = significantBits; in ComputeLevelCount() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.cpp | 467 int mipLevelCount, in onWritePixels() 926 int mipLevelCount) { in uploadTexDataOptimal() 1113 int mipLevelCount, in onCreateTexture()
|
/aosp_15_r20/external/skia/tests/ |
H A D | MipMapTest.cpp | 90 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 140 int mipLevelCount, in onWritePixels()
|
H A D | GrMockGpu.cpp | 109 int mipLevelCount, in onCreateTexture()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 252 uint32_t mipLevelCount) in recordCopyBufferToImage()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_helpers.cpp | 205 std::uint32_t mipLevelCount, in createTextureDescriptor()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | TextureUtils.cpp | 209 int mipLevelCount = (mipmapped == Mipmapped::kYes) ? in MakeBitmapProxyView() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 336 const uint32_t mipLevelCount = 3; in iterate() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 2310 const GLsizei mipLevelCount) in verifyImageStorageMipmap() 2355 const GLsizei mipLevelCount) in verifyImageStorageMipmapWithBlend() 2403 const GLsizei mipLevelCount = static_cast<GLsizei>(std::log2(std::max(kWidth, kHeight)) + 1); in SourceAHBTarget2DImageStorageGenerateMipmap_helper() local 2449 const GLsizei mipLevelCount = static_cast<GLsizei>(std::log2(std::max(kWidth, kHeight)) + 1); in TEST_P() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 274 uint32_t mipLevelCount = lastMipLevel - subresourceRange.baseMipLevel + 1; in getSizeInBytes() local
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 367 constexpr uint32_t mipLevelCount = 1; in MakeGPUTextureSurface() local
|