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

  /external/skia/src/gpu/vk/
GrVkTransferBuffer.cpp 16 SkASSERT(GrVkBuffer::kCopyRead_Type == type || GrVkBuffer::kCopyWrite_Type == type);
35 kCopyRead_Type == desc.fType ?
GrVkBuffer.h 46 kCopyRead_Type,
GrVkBuffer.cpp 41 case kCopyRead_Type:
228 || kCopyRead_Type == fDesc.fType || kCopyWrite_Type == fDesc.fType
GrVkGpu.cpp 254 buff = GrVkTransferBuffer::Create(this, size, GrVkBuffer::kCopyRead_Type);
582 GrVkTransferBuffer::Create(this, combinedBufferSize, GrVkBuffer::kCopyRead_Type);
    [all...]
GrVkMemory.cpp 49 GR_STATIC_ASSERT(3 == GrVkBuffer::kCopyRead_Type);

Completed in 182 milliseconds