/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 644 int currentHeight = height; in uploadTexDataOptimal() local 655 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 658 const size_t trimmedSize = currentWidth * bpp * currentHeight; in uploadTexDataOptimal() 724 currentHeight = height; in uploadTexDataOptimal() 728 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal() 737 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal() 743 region.bufferImageHeight = currentHeight; in uploadTexDataOptimal() 746 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 }; in uploadTexDataOptimal() 749 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 750 layerHeight = currentHeight; in uploadTexDataOptimal() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 646 int currentHeight = height; in uploadTexDataOptimal() local 657 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 660 const size_t trimmedSize = currentWidth * bpp * currentHeight; in uploadTexDataOptimal() 726 currentHeight = height; in uploadTexDataOptimal() 730 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal() 739 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal() 745 region.bufferImageHeight = currentHeight; in uploadTexDataOptimal() 748 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 }; in uploadTexDataOptimal() 751 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 752 layerHeight = currentHeight; in uploadTexDataOptimal() [all …]
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 189 int currentHeight = height; 200 currentHeight = SkTMax(1, currentHeight/2); 203 const size_t trimmedSize = currentWidth * bpp * currentHeight; 235 currentHeight = height; 242 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); 251 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); 256 sourceBytesPerImage: trimRowBytes*currentHeight 264 currentHeight = SkTMax(1, currentHeight/2); 265 layerHeight = currentHeight; 541 int currentHeight = h; [all …]
|
/external/skia/tests/ |
D | MipMapTest.cpp | 80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local 82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
|
/external/skqp/tests/ |
D | MipMapTest.cpp | 80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local 82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 179 int currentHeight = height; 209 currentHeight = SkTMax(1, currentHeight/2); 481 int currentHeight = h; 483 [transferTexture replaceRegion: MTLRegionMake2D(0, 0, currentWidth, currentHeight) 492 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 498 currentHeight = SkTMax(1, currentHeight/2);
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.h | 59 int currentHeight() const { return fHeight; } in currentHeight() function
|
D | GrCCPerFlushResources.cpp | 487 if (texture && atlas->currentHeight() == texture->height() && in finalize()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 59 int currentHeight() const { return fHeight; } in currentHeight() function
|
D | GrCCPerFlushResources.cpp | 490 if (texture && atlas->currentHeight() == texture->height() && in finalize()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1014 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 1022 currentHeight, in allocate_and_populate_texture() 1047 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 1056 currentHeight, in allocate_and_populate_texture() 1120 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1124 size_t dataSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in allocate_and_populate_compressed_texture() 1130 currentHeight, in allocate_and_populate_compressed_texture() 1146 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1157 currentHeight, in allocate_and_populate_compressed_texture() 1275 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local [all …]
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 978 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 986 currentHeight, in allocate_and_populate_texture() 1011 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 1020 currentHeight, in allocate_and_populate_texture() 1084 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1088 size_t dataSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in allocate_and_populate_compressed_texture() 1094 currentHeight, in allocate_and_populate_compressed_texture() 1110 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1121 currentHeight, in allocate_and_populate_compressed_texture() 1240 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 731 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local 741 ? currentHeight in generateSwapchainConfigs() 744 …: de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.heigh… in generateSwapchainConfigs()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent 6142 … container.height(this.currentHeight(container)).children().toggleClass(this.options.activeClass); 6143 container.animate({height: this.currentHeight(container)}, this.options.transitionSpeed,
|