Searched defs:numConfigs (Results 1 - 15 of 15) sorted by relevance

/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
H A DSkOSWindow_AndroidNative.cpp86 EGLint numConfigs; local
94 if (!eglChooseConfig(display, configAttribs, &config, 1, &numConfigs) ||
95 numConfigs != 1) {
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp72 EGLint numConfigs; local
95 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs);
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c79 EGLint numConfigs; local
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/external/skia/src/gpu/gl/egl/
H A DSkCreatePlatformGLContext_egl.cpp122 EGLint numConfigs = 0; local
134 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) {
139 if (0 == numConfigs) {
/external/deqp/framework/egl/
H A DegluUtil.cpp115 EGLint numConfigs = 0; local
117 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs));
120 vector<EGLConfig> configs(numConfigs);
122 if (numConfigs > 0)
123 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs));
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp183 EGLint numConfigs = 0; local
184 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], DE_NULL, 0, &numConfigs));
185 resultConfigs.resize(numConfigs);
187 if (numConfigs > 0)
188 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], &resultConfigs[0], (EGLint)resultConfigs.size(), &numConfigs));
/external/skia/src/gpu/gl/command_buffer/
H A DSkCommandBufferGLContext.cpp217 EGLint numConfigs; local
219 &numConfigs) || numConfigs < 1) {
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp435 EGLint numConfigs; local
436 if (!eglGetConfigs(display, NULL, 0, &numConfigs)) {
455 if (eglChooseConfig(display, msaaConfigAttribList, eglConfig, 1, &numConfigs)) {
456 SkASSERT(numConfigs > 0);
461 if (!eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) {
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 198 milliseconds