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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 72 if (egl.eglGetConfigAttrib(
77 if (egl.eglGetConfigAttrib(
86 "eglGetConfigAttrib error: " + egl.eglGetError());
90 egl.eglGetConfigAttrib(
115 egl.eglGetConfigAttrib(display, config, ATTR_ID[j], value);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 70 FNDEF(EGLBoolean, eglGetConfigAttrib, (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value));
122 #define eglGetConfigAttrib FNPTR(eglGetConfigAttrib)
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 111 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value);
115 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
138 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value);
157 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value);
160 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_GREEN_SIZE, value);
163 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_BLUE_SIZE, value);
166 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
169 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_DEPTH_SIZE, value);
172 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_STENCIL_SIZE, value);
175 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 289 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 165 public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config,
167 begin("eglGetConfigAttrib");
172 boolean result = mEgl10.eglGetConfigAttrib(display, config, attribute,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 37 public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
101 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value);
egl_dispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
74 eglGetConfigAttrib_t set_eglGetConfigAttrib(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 105 boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 213 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
222 return cnx->egl.eglGetConfigAttrib(
249 if (cnx->egl.eglGetConfigAttrib(iDpy,
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
355 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value);
egl_dispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
74 eglGetConfigAttrib_t set_eglGetConfigAttrib(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = f; return retval;}
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 462 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config,
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 596 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 869 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_RED_SIZE, value);
872 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_GREEN_SIZE, value);
875 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_BLUE_SIZE, value);
878 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_ALPHA_SIZE, value);
881 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_DEPTH_SIZE, value);
884 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_STENCIL_SIZE, value);
887 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_SURFACE_TYPE, value);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 178 eglGetConfigAttrib(147, 147),
377 case 147: return eglGetConfigAttrib;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 979 const GLMessage_Function GLMessage::eglGetConfigAttrib
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 472 eglGetConfigAttrib(442, 2005),
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 247 milliseconds

1 2