Home
last modified time | relevance | path

Searched refs:extent (Results 1 – 3 of 3) sorted by relevance

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java632 JSONObject extent = queue.getJSONObject(KEY_MIN_IMAGE_TRANSFER_GRANULARITY); in emitDevices() local
635 emitLong(store, extent, KEY_WIDTH); in emitDevices()
636 emitLong(store, extent, KEY_HEIGHT); in emitDevices()
637 emitLong(store, extent, KEY_DEPTH); in emitDevices()
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp317 .extent = in init()
509 .extent = {mWidth, mHeight, 1u}, in init()
942 .extent = {mWidth, mHeight}, in renderImageAndReadback()
DVulkanPreTransformTestHelpers.cpp612 .extent = mSwapchainInfo->imageSize(), in createGraphicsPipeline()
790 .extent = mSwapchainInfo->imageSize(), in init()