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

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h56 {"glFlush", (void*)glFlush},
H A Dgl2_client_context.h56 glFlush_client_proc_t glFlush; member in struct:gl2_client_context_t
265 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
H A Dgl2_entry.cpp54 void glFlush();
500 void glFlush() function
503 ctx->glFlush(ctx);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h82 {"glFlush", (void*)glFlush},
H A Dgl_client_context.h82 glFlush_client_proc_t glFlush; member in struct:gl_client_context_t
374 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
H A Dgl_entry.cpp80 void glFlush();
737 void glFlush() function
740 ctx->glFlush(ctx);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h92 {"glFlush", (void *)glFlush},
H A Dgles_dispatch.h95 glFlush_t glFlush; member in struct:gles_dispatch
367 glFlush_t set_glFlush(glFlush_t f) { glFlush_t retval = glFlush; glFlush = f; return retval;}
H A Dgles.cpp416 void glFlush() function
418 getDispatch()->glFlush();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java228 public void glFlush() { method in class:MatrixTrackingGL
229 mgl.glFlush();
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h667 GL_API void GL_APIENTRY glFlush (void);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h519 GL_APICALL void GL_APIENTRY glFlush (void);

Completed in 37 milliseconds