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);
55 Allocation[] allocArray;
57 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1);
62 allocArray = createAllocationsHelper(usage, numAlloc);
63 assertTrue("failed to create AllocationQueue", allocArray != null);
69 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc);
71 Element eRef = allocArray[0].getElement();
72 Type tRef = allocArray[0].getType()
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 641 milliseconds