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

1 2

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 59 typedef struct __GLsync *GLsync;
452 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
453 extern GL_APICALL GLboolean (* GL_APIENTRY glIsSync) (GLsync sync);
454 extern GL_APICALL void (* GL_APIENTRY glDeleteSync) (GLsync sync);
455 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
456 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
458 extern GL_APICALL void (* GL_APIENTRY glGetSynciv) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 69 typedef struct __GLsync *GLsync;
462 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
463 extern GL_APICALL GLboolean (* GL_APIENTRY glIsSync) (GLsync sync);
464 extern GL_APICALL void (* GL_APIENTRY glDeleteSync) (GLsync sync);
465 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
466 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
468 extern GL_APICALL void (* GL_APIENTRY glGetSynciv) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
    [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 63 typedef struct __GLsync *GLsync;
  /frameworks/native/opengl/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 272 typedef struct __GLsync *GLsync;
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]

Completed in 1154 milliseconds

1 2