HomeSort by relevance Sort by last modified time
    Searched defs:eglChooseConfig (Results 1 - 25 of 50) sorted by null

1 2

  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 54 egl.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, num_config);
55 checkForEGLErrors("eglChooseConfig");
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 65 FNDEF(EGLBoolean, eglChooseConfig, (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config));
117 #define eglChooseConfig FNPTR(eglChooseConfig)
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 59 * specification to eglChooseConfig() that has the attribute
163 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
174 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 147 EGLBoolean eglChooseConfig(EGLDisplay dpy,
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 233 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list,
49 begin("eglChooseConfig");
55 boolean result = mEgl10.eglChooseConfig(display, attrib_list, configs,
EGL14.java 203 // C function EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
205 public static native boolean eglChooseConfig(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 36 public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 124 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/
GLPerfView.java 124 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/
GLDualGL2View.java 127 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
135 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 28 eglChooseConfig_t eglChooseConfig;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
96 return getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 137 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
147 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 154 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, null, 0, numConfig);
165 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, configs, numConfigs, numConfig);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
329 res = getDispatch()->eglChooseConfig(dpy,
334 ALOGD("eglChooseConfig: %d configs found\n", *num_config);
344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,
872 { "eglChooseConfig", (_EGLProc) eglChooseConfig },
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,
872 { "eglChooseConfig", (_EGLProc) eglChooseConfig },
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 97 boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 565 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list,
340 EGLBoolean resAA = cnx->egl.eglChooseConfig(
352 res = cnx->egl.eglChooseConfig(
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 376 EGL14.eglChooseConfig(mEGLDisplay, attribList, /*offset*/ 0, configs, /*offset*/ 0,

Completed in 488 milliseconds

1 2