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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp 60 ptr = getProc("glFlush", userData); set_glFlush((glFlush_client_proc_t)ptr);
gl2_client_context.h 265 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
GL2Encoder.cpp 52 m_glFlush_enc = set_glFlush(s_glFlush);
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 86 ptr = getProc("glFlush", userData); set_glFlush((glFlush_client_proc_t)ptr);
GLEncoder.cpp     [all...]
gl_client_context.h 374 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 97 ptr = dlsym(gles_android,"glFlush"); disp->set_glFlush((glFlush_t)ptr);
gles_dispatch.h 367 glFlush_t set_glFlush(glFlush_t f) { glFlush_t retval = glFlush; glFlush = f; return retval;}
    [all...]

Completed in 44 milliseconds