Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h94 enum class TransferBufferType { enum
301 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
556 TransferBufferType fTransferBufferType = TransferBufferType::kNone;
DGrGLBuffer.cpp39 if (gpu->glCaps().transferBufferType() == GrGLCaps::TransferBufferType::kNone && in Make()
87 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
DGrGLCaps.cpp516 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
526 fTransferBufferType = TransferBufferType::kNV_PBO; in init()
528 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
3639 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
3653 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
DGrGLGpu.cpp362 if (GrGLCaps::TransferBufferType::kChromium == this->glCaps().transferBufferType()) { in GrGLGpu()
952 if (this->glCaps().transferBufferType() != GrGLCaps::TransferBufferType::kARB_PBO && in unbindXferBuffer()
953 this->glCaps().transferBufferType() != GrGLCaps::TransferBufferType::kNV_PBO) { in unbindXferBuffer()