Home
last modified time | relevance | path

Searched refs:writePixelsRowBytesSupport (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrOpFlushState.cpp120 (!fGpu->caps()->writePixelsRowBytesSupport() && rowBytes != tightRB)) { in doUpload()
DGrCaps.h319 bool writePixelsRowBytesSupport() const { return fWritePixelsRowBytesSupport; } in writePixelsRowBytesSupport() function
DGrGpu.cpp64 if (caps->writePixelsRowBytesSupport()) { in validate_texel_levels()
513 if (this->caps()->writePixelsRowBytesSupport()) { in transferPixelsTo()
DGrResourceProvider.cpp811 bool rowBytesSupport = this->caps()->writePixelsRowBytesSupport(); in prepareLevels()
DSurfaceContext.cpp490 bool mustBeTight = !caps->writePixelsRowBytesSupport(); in internalWritePixels()
/third_party/skia/tests/
DBackendAllocationTest.cpp734 if (info.directContext()->priv().caps()->writePixelsRowBytesSupport() && in DEF_GPUTEST()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp601 if (this->caps()->writePixelsRowBytesSupport() || in onResetContext()
1063 if (caps.writePixelsRowBytesSupport() && (rowBytes != trimRowBytes || restoreGLRowLength)) { in uploadTexData()
1075 SkASSERT(caps.writePixelsRowBytesSupport()); in uploadTexData()