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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 662 EGLBoolean __stdcall eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 40 eglSurfaceAttrib_t eglSurfaceAttrib;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 154 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
156 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value);
egl_dispatch.h 40 eglSurfaceAttrib_t eglSurfaceAttrib;
85 eglSurfaceAttrib_t set_eglSurfaceAttrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSurfaceAttrib; eglSurfaceAttrib = f; return retval;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 874 EGLBoolean eglSurfaceAttrib(
887 if (s->cnx->egl.eglSurfaceAttrib) {
888 return s->cnx->egl.eglSurfaceAttrib(
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
443 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value);
egl_dispatch.h 40 eglSurfaceAttrib_t eglSurfaceAttrib;
85 eglSurfaceAttrib_t set_eglSurfaceAttrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSurfaceAttrib; eglSurfaceAttrib = f; return retval;}
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 595 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface,
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 792 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint 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 198 eglSurfaceAttrib(167, 167),
397 case 167: return eglSurfaceAttrib;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 492 eglSurfaceAttrib(462, 2025),
    [all...]

Completed in 193 milliseconds