Home
last modified time | relevance | path

Searched defs:buffer_short (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp126 short *buffer_short = new short[mAllocSize]; in initSignedAllocations() local
214 short *buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp130 short *buffer_short = new short[mAllocSize]; in initSignedAllocations() local
218 short *buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java180 short[] buffer_short = new short[mAllocSize]; in initSignedAllocations() local
274 short[] buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local