Searched refs:extent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ScrollBarUtils.java | 23 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength() argument 26 int length = Math.round((float) size * extent / range); in getThumbLength()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanTestHelpers.cpp | 317 .extent = in init() 509 .extent = {mWidth, mHeight, 1u}, in init() 893 .extent = {mWidth, mHeight}, in renderImageAndReadback()
|
D | VulkanPreTransformTestHelpers.cpp | 620 .extent = mSwapchainInfo->imageSize(), in createGraphicsPipeline() 798 .extent = mSwapchainInfo->imageSize(), in init()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 1011 JSONObject extent = queue.getJSONObject(KEY_MIN_IMAGE_TRANSFER_GRANULARITY); in emitDevices() local 1014 emitLong(store, extent, KEY_WIDTH); in emitDevices() 1015 emitLong(store, extent, KEY_HEIGHT); in emitDevices() 1016 emitLong(store, extent, KEY_DEPTH); in emitDevices()
|