HomeSort by relevance Sort by last modified time
    Searched refs:kCopyWrite_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);
GrVkBuffer.h 47 kCopyWrite_Type,
GrVkBuffer.cpp 44 case kCopyWrite_Type:
228 || kCopyRead_Type == fDesc.fType || kCopyWrite_Type == fDesc.fType
GrVkMemory.cpp 50 GR_STATIC_ASSERT(4 == GrVkBuffer::kCopyWrite_Type);
GrVkGpu.cpp 258 buff = GrVkTransferBuffer::Create(this, size, GrVkBuffer::kCopyWrite_Type);
    [all...]

Completed in 258 milliseconds