Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp105 typedef struct configInfo struct
107 int32_t redBits;
108 int32_t greenBits;
109 int32_t blueBits;
110 int32_t alphaBits;
111 int32_t depthBits;
112 int32_t stencilBits;
113 int32_t samples;
114 } configInfo; typedef
/external/deqp/framework/egl/
DegluConfigFilter.hpp87 const ConfigInfo *configInfo; member
DegluConfigFilter.cpp47 CandidateConfig::CandidateConfig(const ConfigInfo &configInfo) : m_type(TYPE_CONFIG_INFO) in CandidateConfig()