Home
last modified time | relevance | path

Searched refs:fBufferType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBufferAllocPool.cpp37 fBufferType = bufferType; in GrBufferAllocPool()
355 if (kIndex_BufferType == fBufferType) { in createBuffer()
358 GrAssert(kVertex_BufferType == fBufferType); in createBuffer()
DGrBufferAllocPool.h175 BufferType fBufferType; variable