Home
last modified time | relevance | path

Searched refs:eglChooseConfig (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
DeglwStaticLibrary15.inl8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
DeglwInitCore.inl8 dst->chooseConfig = (eglChooseConfigFunc) loader->get("eglChooseConfig");
DeglwApi.inl8 #define eglChooseConfig eglwChooseConfig macro
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java237 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) { in chooseConfig()
265 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) { in chooseConfig()
278 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) { in chooseConfig()
/external/mesa3d/src/egl/main/
Degl.def4 eglChooseConfig
DREADME.txt13 in libEGL (such as eglChooseConfig()) will do the job.
Deglapi.c384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, in eglChooseConfig() function
872 { "eglChooseConfig", (_EGLProc) eglChooseConfig }, in eglGetProcAddress()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java205 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0, in chooseConfig()
219 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs, in chooseConfig()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp80 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs); in SkANGLEGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp102 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) { in EGLGLContext()
/external/skia/src/views/win/
DSkOSWindow_win.cpp444 if (eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) { in create_ANGLE()
450 if (!eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) { in create_ANGLE()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c91 eglChooseConfig(display, attribs, &config, 1, &numConfigs); in engine_init_display()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp239 …expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(con… in init()
242 …expectFalse(eglChooseConfig((EGLDisplay)-1, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(con… in init()
251 …expectFalse(eglChooseConfig(display, s_invalidChooseConfigAttribLists[ndx], &configs[0], DE_LENGTH… in init()
259 …expectFalse(eglChooseConfig(display, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), … in init()
DteglGetProcAddressTests.inl11 "eglChooseConfig",
/external/mesa3d/include/EGL/
Degl.h259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list…
DegluCallLogWrapper.inl27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_… function in CallLogWrapper
30 …m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_li…
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java775 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0, in chooseConfig()
788 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs, in chooseConfig()
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/drm_hwcomposer/
Dglworker.cpp466 if (!eglChooseConfig(egl_display_, config_attribs, &egl_config, 1, in Init()
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface329 Like eglChooseConfig, returns a list of EGLModes which match the given