Searched refs:fIntendedType (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLBuffer.cpp | 97 , 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()
|
D | GrGLBuffer.h | 58 GrBufferType fIntendedType; variable
|
/external/skia/src/gpu/gl/ |
D | GrGLBuffer.cpp | 107 , 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()
|
D | GrGLBuffer.h | 59 GrGpuBufferType fIntendedType; variable
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlBuffer.mm | 34 , 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
|
D | GrMtlBuffer.h | 47 GrBufferType fIntendedType; variable
|
/external/skqp/src/gpu/ |
D | GrBuffer.cpp | 33 , fIntendedType(type) { in GrBuffer() 43 , fIntendedType(type) { in GrBuffer() 70 ComputeScratchKeyForDynamicVBO(fSizeInBytes, fIntendedType, key); in computeScratchKey()
|
D | GrBuffer.h | 125 GrBufferType fIntendedType; variable
|
/external/skia/src/gpu/ |
D | GrGpuBuffer.h | 85 GrGpuBufferType intendedType() const { return fIntendedType; } in intendedType() 100 GrGpuBufferType fIntendedType; variable
|
D | GrGpuBuffer.cpp | 18 , fIntendedType(type) {} in GrGpuBuffer() 74 ComputeScratchKeyForDynamicBuffer(fSizeInBytes, fIntendedType, key); in computeScratchKey()
|