Searched refs:surfaceConfig (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/android/
H A DSkNativeGLContext_android.cpp72 EGLConfig surfaceConfig; local
73 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs);
79 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs);
87 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);

Completed in 37 milliseconds