HomeSort by relevance Sort by last modified time
    Searched refs:eglSurfaceAttrib (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
egl_dispatch.h 40 eglSurfaceAttrib_t eglSurfaceAttrib;
85 eglSurfaceAttrib_t set_eglSurfaceAttrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSurfaceAttrib; eglSurfaceAttrib = f; return retval;}
egl.cpp 405 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
407 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 33 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
eglwStaticLibrary15.inl 42 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
eglwApi.inl 57 #define eglSurfaceAttrib eglwSurfaceAttrib
  /external/mesa3d/src/egl/
egl-symbols-check 41 eglSurfaceAttrib
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 112 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 312 LOG_ALWAYS_FATAL_IF(eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED) == EGL_FALSE,
454 bool preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 46 EGLBoolean (*eglSurfaceAttrib)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 357 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
359 public static native boolean eglSurfaceAttrib(
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 54 eglw::EGLBoolean eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-18/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-19/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-21/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-23/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-24/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 289 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /frameworks/native/opengl/include/EGL/
egl.h 165 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);

Completed in 550 milliseconds

1 2 3 4 5 6