Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCaps.h141 struct ConfigInfo { struct
142 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() argument
162 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h75 struct ConfigInfo { struct
76 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument
89 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skia/src/gpu/mtl/
DGrMtlCaps.h74 struct ConfigInfo { struct
75 ConfigInfo() : fFlags(0) {} in ConfigInfo() argument
88 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skia/src/gpu/vk/
DGrVkCaps.h150 struct ConfigInfo { struct
151 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() function
171 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skia/src/gpu/gl/
DGrGLCaps.h538 struct ConfigInfo { struct
539 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() argument
541 ConfigFormats fFormats;
543 FormatType fFormatType;
548 ReadPixelsFormat fSecondReadPixelsFormat;
550 enum {
578 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skqp/src/gpu/gl/
DGrGLCaps.h538 struct ConfigInfo { struct
539 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function
541 ConfigFormats fFormats;
543 FormatType fFormatType;
548 ReadPixelsFormat fSecondReadPixelsFormat;
550 enum {
578 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/deqp/framework/egl/
DegluConfigInfo.hpp38 class ConfigInfo class
87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo