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

/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp69 } kAPIs[] = { local
84 size_t apiLimit = SK_ARRAY_COUNT(kAPIs);
91 SkASSERT(forcedGpuAPI == kNone_GrGLStandard || kAPIs[api].fStandard == forcedGpuAPI);
109 if (!eglBindAPI(kAPIs[api].fAPI)) {
116 EGL_RENDERABLE_TYPE, kAPIs[api].fRenderableTypeBit,
130 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, kAPIs[api].fContextAttribs);
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp69 } kAPIs[] = { local
86 for (size_t api = 0; NULL == interface && api < SK_ARRAY_COUNT(kAPIs); ++api) {
100 if (!eglBindAPI(kAPIs[api].fAPI)) {
107 EGL_RENDERABLE_TYPE, kAPIs[api].fRenderableTypeBit,
121 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, kAPIs[api].fContextAttribs);

Completed in 164 milliseconds