Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp63 if (bufferDesc.layers != desc.layers) in CheckAHardwareBufferMatchesDesc()
64 return BuildFailureMessage(desc.layers, bufferDesc.layers, "layers"); in CheckAHardwareBufferMatchesDesc()
98 desc.layers = 1; in testAHardwareBuffer_allocate_BlobFormatRequiresHeight1()
119 desc.layers = 1; in testAHardwareBuffer_allocate_Succeeds()
130 desc.layers = 1; in testAHardwareBuffer_allocate_Succeeds()
145 desc.layers = 1; in testAHardwareBuffer_describe_Succeeds()
187 desc.layers = 1; in testAHardwareBuffer_SendAndRecv_Succeeds()
235 desc.layers = 1; in testAHardwareBuffer_Lock_and_Unlock_Succeed()
264 desc.layers = 2; in testAHardwareBufferSupportsLayeredBuffersForVr()
275 desc.layers = 3; in testAHardwareBufferSupportsLayeredBuffersForVr()
/cts/tests/tests/hardware/jni/
Dandroid_hardware_cts_HardwareBufferTest.cpp28 jint width, jint height, jint format, jint layers, jlong usage) { in android_hardware_HardwareBuffer_nativeCreateHardwareBuffer() argument
34 desc.layers = layers; in android_hardware_HardwareBuffer_nativeCreateHardwareBuffer()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_f32_helper.rsh61 // Filters target layer when processing layers in pass one from the back-most to
90 // bleeding from layers in front of this layer. Doing visibility test in a
114 // Filters target layer when processing layers in pass one from the back-most to
150 // Filters the target layer when processing layers in pass two from the
Dpixel_format_f32.rsh13 // computed for blending color between layers. "Close enough" means L1 distance
Dlayered_filter_d1new_helper.rsh121 // Filters target layer when processing layers in pass one from the back-most to
150 // bleeding from layers in front of this layer. Doing visibility test in a
/cts/tests/sensor/jni/
DSensorTest.cpp165 .layers = 1, in TestSharedMemory()
/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
Dmtkfb.h268 struct fb_overlay_layer layers[4]; member
/cts/tests/tests/hardware/src/android/hardware/cts/
DHardwareBufferTest.java49 int format, int layers, long usage); in nativeCreateHardwareBuffer() argument
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java594 JSONArray layers = parent.getJSONArray(KEY_LAYERS); in emitLayers() local
596 for (int i = 0; i < layers.length(); i++) { in emitLayers()
597 JSONObject layer = layers.getJSONObject(i); in emitLayers()