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

  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 79 EGLConfig surfaceConfig;
80 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs);
86 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs);
95 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 101 EGLConfig surfaceConfig;
102 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
112 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, kAPIs[api].fContextAttribs);
124 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs);

Completed in 1191 milliseconds