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

1 2 3

  /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 441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
443 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 53 #define eglSurfaceAttrib eglwSurfaceAttrib
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 42 eglw::EGLBoolean eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 319 preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 356 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
358 public static native boolean eglSurfaceAttrib(
  /development/ndk/platforms/android-9/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /external/mesa3d/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /frameworks/native/opengl/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,

Completed in 2684 milliseconds

1 2 3