Home
last modified time | relevance | path

Searched refs:fGLSizeInBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLBuffer.cpp99 , fGLSizeInBytes(0) in GrGLBuffer()
114 fGLSizeInBytes = size; in GrGLBuffer()
142 fGLSizeInBytes = 0; in onRelease()
153 fGLSizeInBytes = 0; in onAbandon()
176 if (this->glCaps().useBufferDataNullHint() || fGLSizeInBytes != this->size()) { in onMap()
186 if (fGLSizeInBytes != this->size()) { in onMap()
205 if (fGLSizeInBytes != this->size()) { in onMap()
213 fGLSizeInBytes = this->size(); in onMap()
273 fGLSizeInBytes = this->size(); in onUpdateData()
279 fGLSizeInBytes = srcSizeInBytes; in onUpdateData()
[all …]
DGrGLBuffer.h33 size_t glSizeInBytes() const { return fGLSizeInBytes; } in glSizeInBytes()
62 size_t fGLSizeInBytes; variable
/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp112 , fGLSizeInBytes(0) in GrGLBuffer()
122 fGLSizeInBytes = size; in GrGLBuffer()
150 fGLSizeInBytes = 0; in onRelease()
161 fGLSizeInBytes = 0; in onAbandon()
184 if (this->glCaps().useBufferDataNullHint() || fGLSizeInBytes != this->size()) { in onMap()
198 if (fGLSizeInBytes != this->size()) { in onMap()
220 if (fGLSizeInBytes != this->size()) { in onMap()
231 fGLSizeInBytes = this->size(); in onMap()
299 fGLSizeInBytes = this->size(); in onUpdateData()
309 fGLSizeInBytes = srcSizeInBytes; in onUpdateData()
[all …]
DGrGLBuffer.h33 size_t glSizeInBytes() const { return fGLSizeInBytes; } in glSizeInBytes()
62 size_t fGLSizeInBytes; variable