Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp317 int currentHeight = baseHeight; in GrComputeTightCombinedBufferSize() local
352 int currentHeight = baseHeight; in GrFillInData() local
366 int currentHeight = baseHeight; in GrFillInCompressedData() local
DGrContextPriv.cpp367 int currentHeight = baseHeight; in createBackendTexture() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp348 deUint32 currentHeight = fragmentSize.height; in testShadingRates() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h78 int currentHeight() const { return fHeight; } in currentHeight() function
/third_party/flutter/skia/tests/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/third_party/skia/tests/
DMipMapTest.cpp81 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/third_party/vk-gl-cts/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
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp738 int currentHeight = height; in uploadTexDataOptimal() local
1733 int currentHeight = h; in createVkImageForBackendSurface() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp988 const int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1036 const int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1196 const int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp743 int currentHeight = rect.height(); in uploadToTexture() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp921 int currentHeight = rect.height(); in uploadTexDataOptimal() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1746 const int currentHeight = std::max(1, dimensions.height() / twoToTheMipLevel); in createTexture() local