HomeSort by relevance Sort by last modified time
    Searched refs:configSets (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 175 void NamedConfigIdSet::getDefaultSets (vector<NamedConfigIdSet>& configSets, const vector<ConfigInfo>& configInfos, const eglu::FilterList& baseFilters)
178 configSets.push_back(NamedConfigIdSet("rgb565_no_depth_no_stencil", "RGB565 configs without depth or stencil"));
179 configSets.push_back(NamedConfigIdSet("rgb565_no_depth_stencil", "RGB565 configs with stencil and no depth"));
180 configSets.push_back(NamedConfigIdSet("rgb565_depth_no_stencil", "RGB565 configs with depth and no stencil"));
181 configSets.push_back(NamedConfigIdSet("rgb565_depth_stencil", "RGB565 configs with depth and stencil"));
182 configSets.push_back(NamedConfigIdSet("rgb888_no_depth_no_stencil", "RGB888 configs without depth or stencil"));
183 configSets.push_back(NamedConfigIdSet("rgb888_no_depth_stencil", "RGB888 configs with stencil and no depth"));
184 configSets.push_back(NamedConfigIdSet("rgb888_depth_no_stencil", "RGB888 configs with depth and no stencil"));
185 configSets.push_back(NamedConfigIdSet("rgb888_depth_stencil", "RGB888 configs with depth and stencil"));
186 configSets.push_back(NamedConfigIdSet("rgba4444_no_depth_no_stencil", "RGBA4444 configs without depth or sten (…)
    [all...]
teglColorClearTests.cpp 69 vector<RenderConfigIdSet> configSets;
72 getDefaultRenderConfigIdSets(configSets, eglTestCtx.getConfigs(), filters);
74 for (vector<RenderConfigIdSet>::const_iterator setIter = configSets.begin(); setIter != configSets.end(); setIter++)
teglRenderCase.cpp 360 vector<RenderConfigIdSet>& configSets,
380 configSets.push_back(RenderConfigIdSet(name, "", matchingConfigs, surfaceType));
384 vector<RenderConfigIdSet>& configSets,
390 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_window").c_str(), colorBits, EGL_WINDOW_BIT);
391 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_pixmap").c_str(), colorBits, EGL_PIXMAP_BIT);
392 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_pbuffer").c_str(), colorBits, EGL_PBUFFER_BIT);
395 void getDefaultRenderConfigIdSets (vector<RenderConfigIdSet>& configSets, const vector<eglu::ConfigInfo>& configInfos, const eglu::FilterList& baseFilters)
399 addRenderConfigIdSet(configSets, configInfos, baseFilters, "rgb565", RGBA(5, 6, 5, 0));
400 addRenderConfigIdSet(configSets, configInfos, baseFilters, "rgb888", RGBA(8, 8, 8, 0));
401 addRenderConfigIdSet(configSets, configInfos, baseFilters, "rgba4444", RGBA(4, 4, 4, 4))
    [all...]
teglSimpleConfigCase.hpp 72 static void getDefaultSets (std::vector<NamedConfigIdSet>& configSets, const std::vector<eglu::ConfigInfo>& configInfos, const eglu::FilterList& baseFilters);
teglRenderCase.hpp 99 void getDefaultRenderConfigIdSets (std::vector<RenderConfigIdSet>& configSets, const std::vector<eglu::ConfigInfo>& configInfos, const eglu::FilterList& baseFilters);
teglQueryContextTests.cpp 518 std::vector<RenderConfigIdSet> configSets;
521 getDefaultRenderConfigIdSets(configSets, eglTestCtx.getConfigs(), filters);
523 for (std::vector<RenderConfigIdSet>::const_iterator setIter = configSets.begin(); setIter != configSets.end(); setIter++)
teglRenderTests.cpp 1032 vector<RenderConfigIdSet> configSets;
1035 getDefaultRenderConfigIdSets(configSets, eglTestCtx.getConfigs(), filters);
1037 for (vector<RenderConfigIdSet>::const_iterator setIter = configSets.begin(); setIter != configSets.end(); setIter++)
    [all...]

Completed in 275 milliseconds