Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc179 EGLint configAttrs[] = { in CreateTexture() local
203 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) != in CreateTexture()
226 configAttrs[1] = EGL_OPENGL_ES2_BIT; in CreateTexture()
228 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) == in CreateTexture()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp100 EGLint configAttrs[] = {EGL_RED_SIZE, in SetUp() local
112 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttrs, &mConfig, 1, &numConfigs)); in SetUp()