Home
last modified time | relevance | path

Searched refs:fReadPixelsRowBytesSupport (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h330 bool readPixelsRowBytesSupport() const { return fReadPixelsRowBytesSupport; } in readPixelsRowBytesSupport()
563 bool fReadPixelsRowBytesSupport : 1; variable
DGrCaps.cpp54 fReadPixelsRowBytesSupport = false; in GrCaps()
237 writer->appendBool("Read pixels row bytes support", fReadPixelsRowBytesSupport); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp122 fReadPixelsRowBytesSupport = true; in init()
127 fReadPixelsRowBytesSupport = in init()
134 fReadPixelsRowBytesSupport = version >= GR_GL_VER(2, 0); in init()
144 fReadPixelsRowBytesSupport = false; in init()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp46 fReadPixelsRowBytesSupport = true; in GrD3DCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp57 fReadPixelsRowBytesSupport = true; in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm324 fReadPixelsRowBytesSupport = true;