Home
last modified time | relevance | path

Searched refs:supportedConfigs (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.cpp218 std::unique_ptr<EGLConfig[]> supportedConfigs(new EGLConfig[numConfigs]); in initRenderer() local
219 eglChooseConfig(display, attribs, supportedConfigs.get(), numConfigs, &numConfigs); in initRenderer()
225 *std::find_if(supportedConfigs.get(), supportedConfigs.get() + numConfigs, in initRenderer()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java259 Config[] supportedConfigs = new Config[] { in testCopyConfigs() local
262 for (Config src : supportedConfigs) { in testCopyConfigs()
263 for (Config dst : supportedConfigs) { in testCopyConfigs()