Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpu.cpp644 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/
DGrVkGpu.cpp646 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/
DGrMtlGpu.mm189 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/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
/external/skqp/tests/
DMipMapTest.cpp80 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/
DGrMtlGpu.mm179 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/
DGrCCAtlas.h59 int currentHeight() const { return fHeight; } in currentHeight() function
DGrCCPerFlushResources.cpp487 if (texture && atlas->currentHeight() == texture->height() && in finalize()
/external/skia/src/gpu/ccpr/
DGrCCAtlas.h59 int currentHeight() const { return fHeight; } in currentHeight() function
DGrCCPerFlushResources.cpp490 if (texture && atlas->currentHeight() == texture->height() && in finalize()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1014 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/
DGrGLGpu.cpp978 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/
DvktWsiIncrementalPresentTests.cpp731 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/
Ddocs.js6107 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,