Searched defs:currentWidth (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.h | 58 int currentWidth() const { return fWidth; } in currentWidth() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 58 int currentWidth() const { return fWidth; } in currentWidth() function
|
/external/skia/tests/ |
D | MipMapTest.cpp | 79 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
|
/external/skqp/tests/ |
D | MipMapTest.cpp | 79 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 977 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/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1013 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local 1046 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local 1119 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1145 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local 1274 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local 1309 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local 1367 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 643 int currentWidth = width; in uploadTexDataOptimal() local 817 int currentWidth = width; in uploadTexDataCompressed() local 1451 int currentWidth = w; in createTestingOnlyVkImage() local
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 645 int currentWidth = width; in uploadTexDataOptimal() local 819 int currentWidth = width; in uploadTexDataCompressed() local 1463 int currentWidth = w; in createTestingOnlyVkImage() local
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 728 const deUint32 currentWidth = properties.currentExtent.width != 0xFFFFFFFFu in generateSwapchainConfigs() local
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 1282 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local 1367 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 1187 SkScalar currentWidth = 0; in shapeOk() local
|