Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1430 public static native void glGetSynciv( in glGetSynciv() method in GLES30
1442 public static native void glGetSynciv( in glGetSynciv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec83 void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto480 glGetSynciv = 452; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in655 void API_ENTRY(glGetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * v…
656 CALL_GL_API(glGetSynciv, sync, pname, bufSize, length, values);
/frameworks/native/opengl/include/GLES3/
Dgl3.h905 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *lengt…
Dgl31.h905 GL_APICALL void GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *lengt…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3937 glGetSynciv( in android_glGetSynciv__JII_3II_3II()
3982 glGetSynciv( in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in334 GL_ENTRY(void, glGetSynciv, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * v…
Dtrace.in334 TRACE_GL_VOID(glGetSynciv, (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * v…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp9199 glmsg.set_function(GLMessage::glGetSynciv); in GLTrace_glGetSynciv()
9234 glContext->hooks->gl.glGetSynciv(sync, pname, bufSize, length, values); in GLTrace_glGetSynciv()
/frameworks/base/api/
Dcurrent.txt21489 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
21490 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);
Dsystem-current.txt23433 method public static void glGetSynciv(long, int, int, int[], int, int[], int);
23434 method public static void glGetSynciv(long, int, int, java.nio.IntBuffer, java.nio.IntBuffer);