Searched defs:ConfigInfo (Results 1 – 7 of 7) sorted by relevance
141 struct ConfigInfo { struct142 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() argument162 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
75 struct ConfigInfo { struct76 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument89 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
74 struct ConfigInfo { struct75 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument88 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
150 struct ConfigInfo { struct151 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() function171 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
538 struct ConfigInfo { struct539 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() argument541 ConfigFormats fFormats;543 FormatType fFormatType;548 ReadPixelsFormat fSecondReadPixelsFormat;550 enum {578 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
538 struct ConfigInfo { struct539 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function541 ConfigFormats fFormats;543 FormatType fFormatType;548 ReadPixelsFormat fSecondReadPixelsFormat;550 enum {578 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
38 class ConfigInfo class87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo