Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp508 int32_t typeIndex = -1; in createVertexBuffers() local
513 typeIndex = i; in createVertexBuffers()
519 ASSERT(typeIndex != -1); in createVertexBuffers()
525 .memoryTypeIndex = static_cast<uint32_t>(typeIndex), in createVertexBuffers()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java994 int typeIndex = logCursor.getColumnIndex(CallLog.Calls.TYPE); in verifyCallLogging() local
995 int type = logCursor.getInt(typeIndex); in verifyCallLogging()