Searched defs:ConfigInfo (Results 1 – 3 of 3) sorted by relevance
129 struct ConfigInfo { struct130 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() argument145 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
469 struct ConfigInfo { struct470 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function472 ConfigFormats fFormats;474 FormatType fFormatType;479 ReadPixelsFormat fSecondReadPixelsFormat;481 enum {508 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
38 class ConfigInfo class87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo