Home
last modified time | relevance | path

Searched defs:currentHeight (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h59 int currentHeight() const { return fHeight; } in currentHeight() function
/external/skia/src/gpu/ccpr/
DGrCCAtlas.h59 int currentHeight() const { return fHeight; } in currentHeight() function
/external/skia/tests/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/external/skqp/tests/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp978 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1011 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1084 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1110 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1240 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1275 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1333 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1014 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1047 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1120 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1146 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1275 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1310 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1368 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp644 int currentHeight = height; in uploadTexDataOptimal() local
818 int currentHeight = height; in uploadTexDataCompressed() local
1452 int currentHeight = h; in createTestingOnlyVkImage() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp646 int currentHeight = height; in uploadTexDataOptimal() local
820 int currentHeight = height; in uploadTexDataCompressed() local
1464 int currentHeight = h; in createTestingOnlyVkImage() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp731 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent