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

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 80 this->resetCpuData(0); // delete all the cpu-side memory
315 fBufferPtr = this->resetCpuData(block.fBytesFree);
334 void* GrBufferAllocPool::resetCpuData(size_t newSize) {
  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 80 this->resetCpuData(0); // delete all the cpu-side memory
315 fBufferPtr = this->resetCpuData(block.fBytesFree);
334 void* GrBufferAllocPool::resetCpuData(size_t newSize) {

Completed in 254 milliseconds