Home
last modified time | relevance | path

Searched refs:fIntendedType (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLBuffer.cpp97 , fIntendedType(intendedType) in GrGLBuffer()
104 GrGLenum target = gpu->bindBuffer(fIntendedType, this); in GrGLBuffer()
168 bool readOnly = (kXferGpuToCpu_GrBufferType == fIntendedType); in onMap()
175 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
184 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
190 if (kXferCpuToGpu_GrBufferType != fIntendedType) { in onMap()
199 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
232 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUnmap()
237 this->glGpu()->bindBuffer(fIntendedType, this); // TODO: Is this needed? in onUnmap()
257 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUpdateData()
DGrGLBuffer.h58 GrBufferType fIntendedType; variable
/external/skia/src/gpu/gl/
DGrGLBuffer.cpp107 , fIntendedType(intendedType) in GrGLBuffer()
114 GrGLenum target = gpu->bindBuffer(fIntendedType, this); in GrGLBuffer()
172 bool readOnly = (GrGpuBufferType::kXferGpuToCpu == fIntendedType); in onMap()
179 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
194 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
207 if (GrGpuBufferType::kXferCpuToGpu != fIntendedType) { in onMap()
216 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
248 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUnmap()
253 this->glGpu()->bindBuffer(fIntendedType, this); // TODO: Is this needed? in onUnmap()
273 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUpdateData()
DGrGLBuffer.h59 GrGpuBufferType fIntendedType; variable
/external/skqp/src/gpu/mtl/
DGrMtlBuffer.mm34 , fIntendedType(intendedType) function
67 if (fIntendedType == kDrawIndirect_GrBufferType) {
180 fIntendedType == kVertex_GrBufferType ||
181 fIntendedType == kIndex_GrBufferType ||
182 fIntendedType == kXferCpuToGpu_GrBufferType ||
183 fIntendedType == kXferGpuToCpu_GrBufferType);
184 // fIntendedType == kDrawIndirect_GrBufferType not yet supported
DGrMtlBuffer.h47 GrBufferType fIntendedType; variable
/external/skqp/src/gpu/
DGrBuffer.cpp33 , fIntendedType(type) { in GrBuffer()
43 , fIntendedType(type) { in GrBuffer()
70 ComputeScratchKeyForDynamicVBO(fSizeInBytes, fIntendedType, key); in computeScratchKey()
DGrBuffer.h125 GrBufferType fIntendedType; variable
/external/skia/src/gpu/
DGrGpuBuffer.h85 GrGpuBufferType intendedType() const { return fIntendedType; } in intendedType()
100 GrGpuBufferType fIntendedType; variable
DGrGpuBuffer.cpp18 , fIntendedType(type) {} in GrGpuBuffer()
74 ComputeScratchKeyForDynamicBuffer(fSizeInBytes, fIntendedType, key); in computeScratchKey()