Lines Matching refs:currentSize
1928 size_t currentSize, size_t requestedSize) {
1940 if (GR_GL_USE_BUFFER_DATA_NULL_HINT || currentSize != requestedSize) {
1948 if (currentSize != requestedSize) {
1964 if (currentSize != requestedSize) {
1976 size_t currentSize, const void* src, size_t srcSizeInBytes) {
1977 SkASSERT(srcSizeInBytes <= currentSize);
1983 if (currentSize == srcSizeInBytes) {
1993 GL_CALL(BufferData(type, currentSize, nullptr, glUsage));