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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp223 glFlush();
/frameworks/native/libs/gui/
H A DGLConsumer.cpp663 glFlush();
707 glFlush();
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto145 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/libs/hwui/tests/
H A Dnullgles.cpp194 void glFlush(void) {} function
/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/base/services/core/java/com/android/server/display/
H A DColorFade.java338 GLES20.glFlush();
/frameworks/native/opengl/libagl/
H A Dstate.cpp315 void glFlush() function
H A Degl.cpp1206 glFlush();
1218 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.h422 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.h422 GL_APICALL void GL_APIENTRY glFlush (void);
H A Dgl31.h422 GL_APICALL void GL_APIENTRY glFlush (void);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp940 /* void glFlush ( void ) */
944 glFlush();
3223 {"glFlush", "()V", (void *) android_glFlush__ },
H A Dandroid_opengl_GLES20.cpp1372 /* void glFlush ( void ) */
1376 glFlush();
6207 {"glFlush", "()V", (void *) android_glFlush__ },
H A Dcom_google_android_gles_jni_GLImpl.cpp760 /* void glFlush ( void ) */
764 glFlush();
8529 {"glFlush", "()V", (void *) android_glFlush__ },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp1720 glmsg.set_function(GLMessage::glFlush);
1725 glContext->hooks->gl.glFlush();
[all...]

Completed in 319 milliseconds