Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp102 typedef struct configInfo struct
104 deInt32 redBits;
105 deInt32 greenBits;
106 deInt32 blueBits;
107 deInt32 alphaBits;
108 deInt32 depthBits;
109 deInt32 stencilBits;
110 deInt32 samples;
111 } configInfo; typedef
/external/deqp/framework/egl/
DegluConfigFilter.hpp84 const ConfigInfo* configInfo; member
DegluConfigFilter.cpp48 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) in CandidateConfig()