Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp115 int srcBufferWidth = caps->writePixelsRowBytesSupport() ? 20 : 16; in basic_transfer_to_test()
205 if (!caps->writePixelsRowBytesSupport()) { in basic_transfer_to_test()
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp110 if (caps->writePixelsRowBytesSupport()) { in validate_levels()
464 if (this->caps()->writePixelsRowBytesSupport()) { in transferPixelsTo()
DGrResourceProvider.cpp101 bool rowBytesSupport = this->caps()->writePixelsRowBytesSupport(); in createTexture()
168 bool rowBytesSupport = this->caps()->writePixelsRowBytesSupport(); in createTexture()
DGrCaps.h266 bool writePixelsRowBytesSupport() const { return fWritePixelsRowBytesSupport; } in writePixelsRowBytesSupport() function
DGrOpFlushState.cpp105 (!fGpu->caps()->writePixelsRowBytesSupport() && rowBytes != tightRB)) { in doUpload()
DGrSurfaceContext.cpp377 bool makeTight = !caps->writePixelsRowBytesSupport() && rowBytes != tightRowBytes; in writePixels()
/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/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp637 if (this->caps()->writePixelsRowBytesSupport()) { in onResetContext()
892 SkASSERT(this->glCaps().writePixelsRowBytesSupport()); in onTransferPixelsTo()
994 SkASSERT(caps.writePixelsRowBytesSupport()); in allocate_and_populate_texture()
999 SkASSERT(caps.writePixelsRowBytesSupport()); in allocate_and_populate_texture()
1043 SkASSERT(caps.writePixelsRowBytesSupport()); in allocate_and_populate_texture()
1048 SkASSERT(caps.writePixelsRowBytesSupport()); in allocate_and_populate_texture()
1102 SkASSERT(caps.writePixelsRowBytesSupport()); in restore_pixelstore_state()
1200 if (caps.writePixelsRowBytesSupport() && rowBytes != trimRowBytes) { in uploadTexData()
/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()