Searched refs:fCPUData (Results 1 – 2 of 2) sorted by relevance
28 fCPUData = sk_malloc_flags(desc.fSizeInBytes, SK_MALLOC_THROW); in GrGLBufferImpl()31 fCPUData = NULL; in GrGLBufferImpl()41 if (fCPUData) { in release()42 sk_free(fCPUData); in release()43 fCPUData = NULL; in release()63 sk_free(fCPUData); in abandon()64 fCPUData = NULL; in abandon()83 fMapPtr = fCPUData; in map()170 memcpy(fCPUData, src, srcSizeInBytes); in updateData()222 SkASSERT(NULL == fCPUData || 0 == fGLSizeInBytes); in validate()[all …]
38 size_t baseOffset() const { return reinterpret_cast<size_t>(fCPUData); } in baseOffset()52 void* fCPUData; variable