Home
last modified time | relevance | path

Searched refs:ReadPixelsFormat (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h429 struct ReadPixelsFormat { struct
430 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
468 ReadPixelsFormat fSecondReadPixelsFormat;
DGrGLCaps.cpp800 ReadPixelsFormat* rpFormat = in readPixelsSupported()
801 const_cast<ReadPixelsFormat*>(&fConfigTable[rtConfig].fSecondReadPixelsFormat); in readPixelsSupported()