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

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 142 EGLConfig[] eglConfigs = new EGLConfig[1];
144 eglDisplay, DEFAULT_CONFIGURATION, 0, eglConfigs, 0, 1, configsCount, 0)) {
147 return eglConfigs[0];
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 468 EGLConfig[] eglConfigs = new EGLConfig[1];
470 eglConfigs, 0, eglConfigs.length, numEglConfigs, 0)) {
474 mEglConfig = eglConfigs[0];

Completed in 1397 milliseconds