Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDynamicAtlas.h61 int currentHeight() const { return fHeight; } in currentHeight() function
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java72 int currentHeight = inputImageHeight; in inverseTransform() local
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h59 int currentHeight() const { return fHeight; } in currentHeight() function
/external/skqp/tests/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/external/skia/tests/
DMipMapTest.cpp81 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/skqp/src/gpu/vk/
DGrVkGpu.cpp644 int currentHeight = height; in uploadTexDataOptimal() local
826 int currentHeight = height; in uploadTexDataCompressed() local
1460 int currentHeight = h; in createTestingOnlyVkImage() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp610 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
DvktWsiIncrementalPresentTests.cpp700 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu in generateSwapchainConfigs() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java135 private int currentHeight; field in MediaCodecVideoRenderer
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp721 int currentHeight = height; in uploadToTexture() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp910 int currentHeight = height; in uploadTexDataOptimal() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1673 const int currentHeight = std::max(1, dimensions.height() / twoToTheMipLevel); in createTexture() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent