Home
last modified time | relevance | path

Searched refs:glGetSynciv (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec75 glGetSynciv nullAllowed length
DGLES30.spec83 void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1445 public static native void glGetSynciv( in glGetSynciv() method in GLES30
1457 public static native void glGetSynciv( in glGetSynciv() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h435 #define glGetSynciv wrap_glGetSynciv macro
Dunwrap_gles.h435 #undef glGetSynciv
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in655 void API_ENTRY(glGetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *val…
656 CALL_GL_API(glGetSynciv, sync, pname, bufSize, length, values);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3943 glGetSynciv( in android_glGetSynciv__JII_3II_3II()
3990 glGetSynciv( in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1178 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *lengt…
Dgl31.h1178 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *lengt…
Dgl32.h1178 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *lengt…
/frameworks/native/opengl/libs/
Dentries.in416 GL_ENTRY(void, glGetSynciv, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *val…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20256 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
20257 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26766 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
26767 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);
Dsystem-current.txt29206 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
29207 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);
Dtest-current.txt26835 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
26836 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);