Home
last modified time | relevance | path

Searched defs:ConfigInfo (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCaps.h132 struct ConfigInfo { struct
133 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() function
151 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skia/src/gpu/gl/
DGrGLCaps.h514 struct ConfigInfo { struct
515 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function
517 ConfigFormats fFormats;
519 FormatType fFormatType;
524 ReadPixelsFormat fSecondReadPixelsFormat;
526 enum {
555 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/deqp/framework/egl/
DegluConfigInfo.hpp38 class ConfigInfo class
87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo