Home
last modified time | relevance | path

Searched refs:transferOffsetAlignment (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp4490 GrGLenum transferOffsetAlignment = 0; in onSupportedReadPixelsColorType() local
4492 transferOffsetAlignment = in onSupportedReadPixelsColorType()
4496 return {dstColorType, transferOffsetAlignment}; in onSupportedReadPixelsColorType()
4501 fallbackRead = {ioInfo.fColorType, transferOffsetAlignment}; in onSupportedReadPixelsColorType()
4519 size_t transferOffsetAlignment = 0; in supportedWritePixelsColorType() local
4521 transferOffsetAlignment = 1; in supportedWritePixelsColorType()
4531 return {srcColorType, transferOffsetAlignment}; in supportedWritePixelsColorType()
4542 return {fallbackCT, transferOffsetAlignment}; in supportedWritePixelsColorType()

Completed in 7 milliseconds