HomeSort by relevance Sort by last modified time
    Searched defs:attrib_list (Results 1 - 20 of 20) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
14 EGLint *attrib_list = (EGLint *) 0; local
20 _exceptionMessage = "attrib_list == null";
45 attrib_list = attrib_list_base + offset;
48 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
56 _exceptionMessage = "attrib_list must contain EGL_NONE!";
64 (EGLint *)attrib_list
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
91 EGLint *attrib_list = (EGLint *) 0; local
98 _exceptionMessage = "attrib_list == null"
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 92 int[] attrib_list = { local
97 attrib_list, 0);
OutputSurface.java 147 int[] attrib_list = { local
152 attrib_list, 0);
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 269 int[] attrib_list = { local
274 attrib_list, 0);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
116 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
87 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 405 int attrib_list[] ={ local
418 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list);
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 207 EGLint attrib_list[] = { local
218 attrib_list);
    [all...]
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 337 /* EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config ) */
349 EGLint *attrib_list = (EGLint *) 0; local
359 _exceptionMessage = "attrib_list == null";
371 attrib_list = attrib_list_base + attrib_listOffset;
374 if (attrib_list[i] == EGL_NONE){
382 _exceptionMessage = "attrib_list must contain EGL_NONE!";
432 (EGLint *)attrib_list,
515 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
528 EGLint *attrib_list = (EGLint *) 0; local
534 _exceptionMessage = "attrib_list == null"
605 EGLint *attrib_list = (EGLint *) 0; local
686 EGLint *attrib_list = (EGLint *) 0; local
865 EGLint *attrib_list = (EGLint *) 0; local
993 EGLint *attrib_list = (EGLint *) 0; local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
406 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 200 int[] attrib_list = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
201 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local
385 EGLContext ctxt = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, attrib_list);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 778 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
782 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 709 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
713 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 768 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
772 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 505 milliseconds