Home
last modified time | relevance | path

Searched defs:currentWidth (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/
DGrDynamicAtlas.h60 int currentWidth() const { return fWidth; } in currentWidth() function
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java71 int currentWidth = inputImageWidth; in inverseTransform() local
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h58 int currentWidth() const { return fWidth; } in currentWidth() function
/external/skqp/tests/
DMipMapTest.cpp79 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
/external/skia/tests/
DMipMapTest.cpp80 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp977 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1010 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1083 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1109 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1239 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1274 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1332 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp643 int currentWidth = width; in uploadTexDataOptimal() local
825 int currentWidth = width; in uploadTexDataCompressed() local
1459 int currentWidth = w; in createTestingOnlyVkImage() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp607 const deUint32 currentWidth = properties.currentExtent.width != 0xFFFFFFFFu in generateSwapchainConfigs() local
DvktWsiIncrementalPresentTests.cpp697 const deUint32 currentWidth = properties.currentExtent.width != 0xFFFFFFFFu in generateSwapchainConfigs() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java134 private int currentWidth; field in MediaCodecVideoRenderer
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1520 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
1604 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp720 int currentWidth = width; in uploadToTexture() local
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1071 SkScalar currentWidth = 0; in wrap() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp909 int currentWidth = width; in uploadTexDataOptimal() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1672 const int currentWidth = std::max(1, dimensions.width() / twoToTheMipLevel); in createTexture() local