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

  /frameworks/rs/cpu_ref/linkloader/include/
MemChunk.h 33 static AllocFunc VendorAlloc;
72 VendorAlloc = a;
  /frameworks/rs/cpu_ref/linkloader/lib/
MemChunk.cpp 44 AllocFunc MemChunk::VendorAlloc = NULL;
68 if (VendorAlloc) {
69 buf = (unsigned char*)(*VendorAlloc)(size, 0);

Completed in 2710 milliseconds