Searched refs:fIntendedType (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLBuffer.cpp | 99 , 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()
|
D | GrGLBuffer.h | 59 GrGpuBufferType fIntendedType; variable
|
/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/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.cpp | 18 , fIntendedType(type) {} in GrGpuBuffer() 36 ComputeScratchKeyForDynamicVBO(fSizeInBytes, fIntendedType, key); in computeScratchKey()
|
D | GrGpuBuffer.h | 95 GrGpuBufferType intendedType() const { return fIntendedType; } in intendedType() 110 GrGpuBufferType fIntendedType; variable
|