Searched defs:ConfigInfo (Results 1 – 4 of 4) sorted by relevance
95 struct ConfigInfo { struct96 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument110 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
190 struct ConfigInfo { struct191 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() function211 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
557 struct ConfigInfo { struct558 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() argument560 ConfigFormats fFormats;562 FormatType fFormatType;567 ReadPixelsFormat fSecondReadPixelsFormat;569 enum {599 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
38 class ConfigInfo class87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo