Home
last modified time | relevance | path

Searched refs:GrGLFormatChannels (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h41 static constexpr uint32_t GrGLFormatChannels(GrGLFormat format) { in GrGLFormatChannels() function
DGrGLCaps.cpp3226 uint32_t dstChannels = GrGLFormatChannels(dstFormat); in canCopyTexSubImage()
3227 uint32_t srcChannels = GrGLFormatChannels(srcFormat); in canCopyTexSubImage()
/external/skia/src/gpu/
DGrBackendSurface.cpp220 return GrGLFormatChannels(GrGLFormatFromGLEnum(fGLFormat)); in channelMask()