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

1 2 3 4

  /external/skia/src/gpu/gl/
SkGLContext.cpp 27 typedef struct __GLsync *GLsync;
29 typedef GLsync (GR_GL_FUNCTION_TYPE* GLFenceSyncProc) (GrGLenum, GrGLbitfield);
30 typedef GrGLenum (GR_GL_FUNCTION_TYPE* GLClientWaitSyncProc) (GLsync, GrGLbitfield, GrGLuint64);
31 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GLDeleteSyncProc) (GLsync);
151 GLsync glsync = static_cast<GLsync>(fence); local
152 return GL_WAIT_FAILED != fGLClientWaitSync(glsync, flush ? GL_SYNC_FLUSH_COMMANDS_BIT : 0, -1);
156 GLsync glsync = static_cast<GLsync>(fence) local
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 61 typedef struct __GLsync *GLsync;
455 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
456 extern GL_APICALL GLboolean (* GL_APIENTRY glIsSync) (GLsync sync);
457 extern GL_APICALL void (* GL_APIENTRY glDeleteSync) (GLsync sync);
458 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
459 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
461 extern GL_APICALL void (* GL_APIENTRY glGetSynciv) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 71 typedef struct __GLsync *GLsync;
465 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
466 extern GL_APICALL GLboolean (* GL_APIENTRY glIsSync) (GLsync sync);
467 extern GL_APICALL void (* GL_APIENTRY glDeleteSync) (GLsync sync);
468 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
469 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
471 extern GL_APICALL void (* GL_APIENTRY glGetSynciv) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/GLES2/
gl2.h 62 typedef struct __GLsync *GLsync;
  /prebuilts/ndk/current/platforms/android-24/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...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 62 typedef struct __GLsync *GLsync;
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2.h 70 typedef struct __GLsync *GLsync;
    [all...]

Completed in 673 milliseconds

1 2 3 4