Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLBufferImpl.cpp29 fGLSizeInBytes = 0; in GrGLBufferImpl()
33 fGLSizeInBytes = fDesc.fSizeInBytes; in GrGLBufferImpl()
53 fGLSizeInBytes = 0; in release()
61 fGLSizeInBytes = 0; in abandon()
92 if (GR_GL_USE_BUFFER_DATA_NULL_HINT || fDesc.fSizeInBytes != fGLSizeInBytes) { in map()
93 fGLSizeInBytes = fDesc.fSizeInBytes; in map()
95 BufferData(fBufferType, fGLSizeInBytes, NULL, in map()
104 if (fDesc.fSizeInBytes != fGLSizeInBytes) { in map()
105 fGLSizeInBytes = fDesc.fSizeInBytes; in map()
107 BufferData(fBufferType, fGLSizeInBytes, NULL, in map()
[all …]
DGrGLBufferImpl.h54 size_t fGLSizeInBytes; // In certain cases we make the size of the GL buffer object variable