Searched refs:fGLSizeInBytes (Results 1 – 2 of 2) sorted by relevance
29 fGLSizeInBytes = 0; in GrGLBufferImpl()33 fGLSizeInBytes = fDesc.fSizeInBytes; in GrGLBufferImpl()47 fGLSizeInBytes = 0; in release()55 fGLSizeInBytes = 0; in abandon()68 fMapPtr = gpu->mapBuffer(fDesc.fID, fBufferType, fDesc.fUsage, fGLSizeInBytes, in map()70 fGLSizeInBytes = fDesc.fSizeInBytes; in map()104 fGLSizeInBytes = fDesc.fSizeInBytes; in updateData()106 fGLSizeInBytes = srcSizeInBytes; in updateData()119 SkASSERT(nullptr == fCPUData || 0 == fGLSizeInBytes); in validate()120 SkASSERT(nullptr == fMapPtr || fCPUData || fGLSizeInBytes <= fDesc.fSizeInBytes); in validate()
63 size_t fGLSizeInBytes; // In certain cases we make the size of the GL buffer object variable