Searched refs:glFlush (Results 1 - 22 of 22) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp497 glFlush();
540 glFlush();
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto143 glFlush = 117;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec34 void glFlush ( void )
H A DGLES20.spec47 void glFlush ( void )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java560 // C function void glFlush ( void )
562 public static native void glFlush( method in class:GLES10
H A DGLErrorWrapper.java285 public void glFlush() { method in class:GLErrorWrapper
287 mgl.glFlush();
H A DGLES20.java712 // C function void glFlush ( void )
714 public static native void glFlush( method in class:GLES20
H A DGLLogWrapper.java1587 public void glFlush() { method in class:GLLogWrapper
1588 begin("glFlush");
1591 mgl.glFlush();
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java457 void glFlush( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp315 void glFlush() function
H A Degl.cpp1179 glFlush();
1191 glFlush();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java374 // C function void glFlush ( void )
376 public native void glFlush( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h667 GL_API void GL_APIENTRY glFlush (void);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h518 GL_APICALL void GL_APIENTRY glFlush (void);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h506 GLAPI void APIENTRY glFlush (void);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h852 GL_APICALL void GL_APIENTRY glFlush (void);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp815 /* void glFlush ( void ) */
819 glFlush();
3097 {"glFlush", "()V", (void *) android_glFlush__ },
H A Dandroid_opengl_GLES20.cpp1246 /* void glFlush ( void ) */
1250 glFlush();
6074 {"glFlush", "()V", (void *) android_glFlush__ },
H A Dcom_google_android_gles_jni_GLImpl.cpp756 /* void glFlush ( void ) */
760 glFlush();
8525 {"glFlush", "()V", (void *) android_glFlush__ },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp758 const GLMessage_Function GLMessage::glFlush; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1106 static const Function glFlush = GLMessage_Function_glFlush; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp1721 glmsg.set_function(GLMessage::glFlush);
1726 glContext->hooks->gl.glFlush();

Completed in 437 milliseconds