/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
|
D | eglwStaticLibrary15.inl | 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
|
D | eglwInitCore.inl | 8 dst->chooseConfig = (eglChooseConfigFunc) loader->get("eglChooseConfig");
|
D | eglwApi.inl | 8 #define eglChooseConfig eglwChooseConfig macro
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleView.java | 237 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/ |
D | egl.def | 4 eglChooseConfig
|
D | README.txt | 13 in libEGL (such as eglChooseConfig()) will do the job.
|
D | eglapi.c | 384 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/ |
D | AndroidConfigChooser.java | 205 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/ |
D | SkANGLEGLContext.cpp | 80 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs); in SkANGLEGLContext()
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 102 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) { in EGLGLContext()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 444 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/ |
D | main.c | 91 eglChooseConfig(display, attribs, &config, 1, &numConfigs); in engine_init_display()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 239 …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()
|
D | teglGetProcAddressTests.inl | 11 "eglChooseConfig",
|
/external/mesa3d/include/EGL/ |
D | egl.h | 259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list…
|
D | egluCallLogWrapper.inl | 27 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/ |
D | GLSurfaceView.java | 775 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0, in chooseConfig() 788 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs, in chooseConfig()
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/drm_hwcomposer/ |
D | glworker.cpp | 466 if (!eglChooseConfig(egl_display_, config_attribs, &egl_config, 1, in Init()
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 329 Like eglChooseConfig, returns a list of EGLModes which match the given
|