HomeSort by relevance Sort by last modified time
    Searched refs:set_glPopMatrix (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 132 ptr = getProc("glPopMatrix", userData); set_glPopMatrix((glPopMatrix_client_proc_t)ptr);
gl_client_context.h     [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 143 ptr = dlsym(gles_android,"glPopMatrix"); disp->set_glPopMatrix((glPopMatrix_t)ptr);
gles_dispatch.h 413 glPopMatrix_t set_glPopMatrix(glPopMatrix_t f) { glPopMatrix_t retval = glPopMatrix; glPopMatrix = f; return retval;}
    [all...]

Completed in 38 milliseconds