Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h56 {"glFlush", (void*)glFlush},
Dgl2_client_context.h58 glFlush_client_proc_t glFlush; member
Dgl2_client_context.cpp58 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData); in initDispatchByName()
Dgl2_entry.cpp54 void glFlush();
500 void glFlush() in glFlush() function
503 ctx->glFlush(ctx); in glFlush()
DGL2Encoder.cpp60 OVERRIDE(glFlush); in GL2Encoder()
Dgl2_enc.cpp5027 this->glFlush = &glFlush_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h92 {"glFlush", (void *)glFlush},
Dgles_dispatch.h95 glFlush_t glFlush; member
367 glFlush_t set_glFlush(glFlush_t f) { glFlush_t retval = glFlush; glFlush = f; return retval;} in set_glFlush()
Dgles.cpp416 void glFlush() in glFlush() function
418 getDispatch()->glFlush(); in glFlush()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h82 {"glFlush", (void*)glFlush},
Dgl_client_context.h84 glFlush_client_proc_t glFlush; member
Dgl_client_context.cpp84 glFlush = (glFlush_client_proc_t) getProc("glFlush", userData); in initDispatchByName()
Dgl_entry.cpp80 void glFlush();
737 void glFlush() in glFlush() function
740 ctx->glFlush(ctx); in glFlush()
DGLEncoder.cpp965 OVERRIDE(glFlush); in GLEncoder()
Dgl_enc.cpp8242 this->glFlush = &glFlush_enc; in gl_encoder_context_t()