Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLBuffer.cpp99 , fIntendedType(intendedType) in GrGLBuffer()
106 GrGLenum target = gpu->bindBuffer(fIntendedType, this); in GrGLBuffer()
170 bool readOnly = (GrGpuBufferType::kXferGpuToCpu == fIntendedType); in onMap()
177 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
186 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
192 if (GrGpuBufferType::kXferCpuToGpu != fIntendedType) { in onMap()
201 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap()
234 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUnmap()
239 this->glGpu()->bindBuffer(fIntendedType, this); // TODO: Is this needed? in onUnmap()
259 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onUpdateData()
DGrGLBuffer.h59 GrGpuBufferType fIntendedType; variable
/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/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.cpp18 , fIntendedType(type) {} in GrGpuBuffer()
36 ComputeScratchKeyForDynamicVBO(fSizeInBytes, fIntendedType, key); in computeScratchKey()
DGrGpuBuffer.h95 GrGpuBufferType intendedType() const { return fIntendedType; } in intendedType()
110 GrGpuBufferType fIntendedType; variable