Home
last modified time | relevance | path

Searched refs:fTransferBufferType (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h272 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
492 TransferBufferType fTransferBufferType; variable
DGrGLCaps.cpp31 fTransferBufferType = kNone_TransferBufferType; in GrGLCaps()
505 fTransferBufferType = kPBO_TransferBufferType; in init()
513 fTransferBufferType = kPBO_TransferBufferType; in init()
3169 fTransferBufferType = kNone_TransferBufferType; in applyDriverCorrectnessWorkarounds()
3182 fTransferBufferType = kNone_TransferBufferType; in applyDriverCorrectnessWorkarounds()
3188 fTransferBufferType = kNone_TransferBufferType; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h301 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
556 TransferBufferType fTransferBufferType = TransferBufferType::kNone; variable
DGrGLCaps.cpp516 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
526 fTransferBufferType = TransferBufferType::kNV_PBO; in init()
528 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
3584 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
3598 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()