Home
last modified time | relevance | path

Searched refs:kARB_PBO (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h97 kARB_PBO, // ARB_pixel_buffer_object enumerator
DGrGLCaps.cpp516 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
528 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
DGrGLGpu.cpp952 if (this->glCaps().transferBufferType() != GrGLCaps::TransferBufferType::kARB_PBO && in unbindXferBuffer()