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

  /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...]
  /external/deqp/framework/referencerenderer/
rrVertexPacket.hpp 92 * alloc and allocArray will throw bad_alloc if allocation fails.
100 std::vector<VertexPacket*> allocArray (size_t count); // throws bad_alloc
rrVertexPacket.cpp 49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count)
83 m_singleAllocPool = allocArray(poolSize);
rrRenderer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 594 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
597 allocArray = alloc;
615 allocArray[id] = mem;
623 allocArray = NULL;
631 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
632 FREE(allocArray[i]);
633 if (allocArray)
634 FREE(allocArray);
652 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize;
664 uint8_t **allocArray; // array (list) of MALLOC allocation
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Allocation.java     [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 457 milliseconds