Searched defs:glPushMatrix (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h131 glPushMatrix_client_proc_t glPushMatrix; member in struct:gl_client_context_t
H A Dgl_entry.cpp126 void glPushMatrix();
1019 void glPushMatrix() function
1022 ctx->glPushMatrix(ctx);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp651 void glPushMatrix() function
653 getDispatch()->glPushMatrix();
H A Dgles_dispatch.h142 glPushMatrix_t glPushMatrix; member in struct:gles_dispatch
414 glPushMatrix_t set_glPushMatrix(glPushMatrix_t f) { glPushMatrix_t retval = glPushMatrix; glPushMatrix = f; return retval;}

Completed in 19 milliseconds