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

12

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec3 eglChooseConfig check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
H A DEGL14.spec7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp67 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
101 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs));
141 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp166 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
235 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
333 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java127 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
135 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp137 result = eglChooseConfig(mEglDisplay,
141 ALOGE("eglChooseConfig error: %#x", eglGetError());
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java97 boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, method in class:EGLLogWrapper
49 begin("eglChooseConfig");
55 boolean result = mEgl10.eglChooseConfig(display, attrib_list, configs,
H A DEGL14.java203 // C function EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
205 public static native boolean eglChooseConfig( method in class:EGL14
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp412 eglChooseConfig(dpy, s_configAttribs, 0, 0, &numConfigs);
415 eglChooseConfig(dpy, s_configAttribs, configs, numConfigs, &n);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp135 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs)
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java36 public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config); method in class:EGLImpl
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp124 if (!eglChooseConfig(display, configAttrs, configs, 1, &configCount)) {
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp57 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
/frameworks/rs/driver/
H A DrsdGL.cpp254 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
261 ret = eglChooseConfig(dc->gl.egl.display, configAttribs, 0, 0, &numConfigs);
271 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
272 ret = eglChooseConfig(dc->gl.egl.display,
275 checkEglError("eglChooseConfig", ret);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp158 eglChooseConfig(display(), configAttribs, &config, 1, &numConfigs);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
119 throw new IllegalArgumentException("eglChooseConfig failed " +
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp46 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, 1,
H A DSurfaceTextureClient_test.cpp67 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(),
165 EXPECT_TRUE(eglChooseConfig(dpy, configAttribs, &myConfig, 1,
707 EXPECT_TRUE(eglChooseConfig(mEglDisplay, configAttribs, &myConfig, 1,
/frameworks/native/opengl/include/EGL/
H A Degl.h259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, function
340 EGLBoolean resAA = cnx->egl.eglChooseConfig(
352 res = cnx->egl.eglChooseConfig(

Completed in 534 milliseconds

12