Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCaps.h129 struct ConfigInfo { struct
130 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {} in ConfigInfo() argument
145 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/skia/src/gpu/gl/
DGrGLCaps.h469 struct ConfigInfo { struct
470 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo() function
472 ConfigFormats fFormats;
474 FormatType fFormatType;
479 ReadPixelsFormat fSecondReadPixelsFormat;
481 enum {
508 ConfigInfo fConfigTable[kGrPixelConfigCnt]; argument
/external/deqp/framework/egl/
DegluConfigInfo.hpp38 class ConfigInfo class
87 ConfigInfo (void) in ConfigInfo() function in eglu::ConfigInfo