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

  /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/platforms/android-18/include/GLES3/
gl3.h 66 typedef struct __GLsync *GLsync;
    [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h 381 typedef struct __GLsync *GLsync;
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 66 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...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 2968 milliseconds