Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp316 int currentWidth = baseWidth; in GrComputeTightCombinedBufferSize() local
351 int currentWidth = baseWidth; in GrFillInData() local
365 int currentWidth = baseWidth; in GrFillInCompressedData() local
DGrContextPriv.cpp366 int currentWidth = baseWidth; in createBackendTexture() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp341 const deUint32 currentWidth = fragmentSize.width; in testShadingRates() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h77 int currentWidth() const { return fWidth; } in currentWidth() function
/third_party/flutter/skia/tests/
DMipMapTest.cpp79 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
/third_party/skia/tests/
DMipMapTest.cpp80 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp987 const int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1035 const int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1195 const int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
3893 int currentWidth = SkTMax(1, w / twoToTheMipLevel); in createBackendTexture() local
/third_party/skia/experimental/sktext/src/
DText.cpp394 auto currentWidth = line.width() + spaces.width() + clusters.width() + cluster.width(); in wrap() local
/third_party/vk-gl-cts/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
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp737 int currentWidth = width; in uploadTexDataOptimal() local
1732 int currentWidth = w; in createVkImageForBackendSurface() local
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp1545 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
1629 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1043 SkScalar currentWidth = 0; in wrap() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp742 int currentWidth = rect.width(); in uploadToTexture() local
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1074 SkScalar currentWidth = 0; in wrap() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp920 int currentWidth = rect.width(); in uploadTexDataOptimal() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1745 const int currentWidth = std::max(1, dimensions.width() / twoToTheMipLevel); in createTexture() local