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

/external/skia/src/gpu/gl/
H A DGrGLCaps.h479 ReadPixelsFormat fSecondReadPixelsFormat; member in struct:GrGLCaps::ConfigInfo
H A DGrGLCaps.cpp981 if (0 == fConfigTable[surfaceConfig].fSecondReadPixelsFormat.fFormat) {
983 const_cast<ReadPixelsFormat*>(&fConfigTable[surfaceConfig].fSecondReadPixelsFormat);
995 return fConfigTable[surfaceConfig].fSecondReadPixelsFormat.fFormat == readFormat &&
996 fConfigTable[surfaceConfig].fSecondReadPixelsFormat.fType == readType;

Completed in 67 milliseconds