Searched refs:bufferType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.h29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
H A DGrGLBufferImpl.cpp23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) argument
25 , fBufferType(bufferType)
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
H A DGrGLBufferImpl.cpp23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType) argument
25 , fBufferType(bufferType)
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h83 * @param bufferType The type of buffers to create.
96 BufferType bufferType,
H A DGrBufferAllocPool.cpp27 BufferType bufferType,
38 fBufferType = bufferType;
26 GrBufferAllocPool(GrGpu* gpu, BufferType bufferType, bool frequentResetHint, size_t blockSize, int preallocBufferCnt) argument
/external/skia/src/gpu/
H A DGrBufferAllocPool.h83 * @param bufferType The type of buffers to create.
96 BufferType bufferType,
H A DGrBufferAllocPool.cpp27 BufferType bufferType,
38 fBufferType = bufferType;
26 GrBufferAllocPool(GrGpu* gpu, BufferType bufferType, bool frequentResetHint, size_t blockSize, int preallocBufferCnt) argument

Completed in 132 milliseconds