Searched refs:kBufferType_Auto (Results 1 – 2 of 2) sorted by relevance
48 enum BufferType { kBufferType_Auto, kBufferType_CPU }; enumerator66 BufferType type = kBufferType_Auto);
149 if (type == kBufferType_Auto && Caches::getInstance().gpuPixelBuffersEnabled) { in create()