HomeSort by relevance Sort by last modified time
    Searched defs:allocArray (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/referencerenderer/
rrVertexPacket.cpp 49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count)
83 m_singleAllocPool = allocArray(poolSize);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 46 Allocation[] allocArray;
47 allocArray = createAllocationsHelper(usage, numAlloc);
48 assertTrue("failed to create AllocationQueue", allocArray != null);
49 for (Allocation a : allocArray) {
58 Allocation[] allocArray;
60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1);
65 allocArray = createAllocationsHelper(usage, numAlloc);
66 assertTrue("failed to create AllocationQueue", allocArray != null);
67 for (Allocation a : allocArray) {
75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc)
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 136 milliseconds