Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlCaps.h95 struct ConfigInfo { struct
96 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument
110 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skqp/src/gpu/vk/
DGrVkCaps.h190 struct ConfigInfo { struct
191 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() function
211 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skqp/src/gpu/gl/
DGrGLCaps.h557 struct ConfigInfo { struct
558 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function
560 ConfigFormats fFormats;
562 FormatType fFormatType;
567 ReadPixelsFormat fSecondReadPixelsFormat;
569 enum {
599 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/deqp/framework/egl/
DegluConfigInfo.hpp38 class ConfigInfo class
87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo