Home
last modified time | relevance | path

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

/external/skia/tests/
DMipMapTest.cpp79 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp889 int currentWidth = SkTMax(1, desc.fWidth / twoToTheMipLevel); in allocate_and_populate_uncompressed_texture() local
922 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_uncompressed_texture() local
989 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1010 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1091 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1149 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1159 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1235 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1303 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadCompressedTexData() local
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1282 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
1363 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp555 int currentWidth = width; in uploadTexDataOptimal() local