Searched refs:TransferBufferType (Results 1 – 4 of 4) sorted by relevance
94 enum class TransferBufferType { enum301 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()556 TransferBufferType fTransferBufferType = TransferBufferType::kNone;
39 if (gpu->glCaps().transferBufferType() == GrGLCaps::TransferBufferType::kNone && in Make()87 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
516 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()
362 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()