Searched refs:renderableTypes (Results 1 – 3 of 3) sorted by relevance
68 std::vector<EGLint> renderableTypes; in initialize() local72 renderableTypes.push_back(EGL_OPENGL_ES3_BIT); in initialize()74 renderableTypes.push_back(EGL_OPENGL_ES2_BIT); in initialize()95 for (EGLint renderableType : renderableTypes) in initialize()
148 std::string renderableTypes = de::toString(eglu::getAPIBitsStr(val)); in iterate() local149 info.renderableType = renderableTypes.c_str(); in iterate()
811 std::string renderableTypes = de::toString(eglu::getAPIBitsStr(val)); in writeEglConfig() local812 info.renderableType = renderableTypes.c_str(); in writeEglConfig()