Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp104 typedef struct configInfo struct
106 deInt32 redBits;
107 deInt32 greenBits;
108 deInt32 blueBits;
109 deInt32 alphaBits;
110 deInt32 depthBits;
111 deInt32 stencilBits;
112 deInt32 samples;
113 } configInfo; typedef
/third_party/vk-gl-cts/framework/egl/
DegluConfigFilter.hpp84 const ConfigInfo* configInfo; member
DegluConfigFilter.cpp48 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) in CandidateConfig()