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

/external/deqp/framework/egl/wrapper/
H A DeglwStaticLibrary14.inl18 { "eglGetConfigs", (deFunctionPtr)eglGetConfigs },
H A DeglwStaticLibrary15.inl25 { "eglGetConfigs", (deFunctionPtr)eglGetConfigs },
H A DeglwApi.inl32 #define eglGetConfigs eglwGetConfigs
/external/mesa3d/src/egl/
H A Degl-symbols-check24 eglGetConfigs
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc67 eglGetConfigs(display_, NULL, 0, &num_configs);
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp33 EGLBoolean (*eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config); member in class:LibEGLexports
H A Dmain.cpp381 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) function
579 this->eglGetConfigs = egl::GetConfigs;
H A DlibEGL.cpp1345 FUNCTION(eglGetConfigs),
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl32 eglw::EGLBoolean eglGetConfigs (eglw::EGLDisplay dpy, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
H A DegluCallLogWrapper.inl276 eglw::EGLBoolean CallLogWrapper::eglGetConfigs (eglw::EGLDisplay dpy, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config)
279 m_log << TestLog::Message << "eglGetConfigs(" << dpy << ", " << configs << ", " << config_size << ", " << num_config << ");" << TestLog::EndMessage;
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp117 eglGetConfigs(m_display, &buffer[0], numConfigRequested, &numConfigReturned);
163 eglGetConfigs(m_display, 0, 0, &numConfigAll);
544 tcu::TestCaseGroup* getConfigsGroup = new tcu::TestCaseGroup(m_testCtx, "get_configs", "eglGetConfigs tests");
547 getConfigsGroup->addChild(new GetConfigsBoundsCase(m_eglTestCtx, "get_configs_bounds", "eglGetConfigs bounds checking test"));
H A DteglNegativeApiTests.cpp514 expectTrue(eglGetConfigs(display, &anyConfig, 1, &unused));
813 TEGL_ADD_API_CASE(get_configs, "eglGetConfigs() negative tests",
822 expectFalse(eglGetConfigs(EGL_NO_DISPLAY, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs));
825 expectFalse(eglGetConfigs((EGLDisplay)-1, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs));
832 expectFalse(eglGetConfigs(display, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), DE_NULL));
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h258 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
/external/mesa3d/include/EGL/
H A Degl.h130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
/external/swiftshader/include/EGL/
H A Degl.h130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/src/egl/main/
H A Deglapi.c677 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, function
2331 { "eglGetConfigs", (_EGLProc) eglGetConfigs },
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp366 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) function
368 return libEGL->eglGetConfigs(dpy, configs, config_size, num_config);
/external/robolectric/v3/runtime/
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 ...
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.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/ ...

Completed in 434 milliseconds