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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp 51 ptr = getProc("glDepthRangef", userData); set_glDepthRangef((glDepthRangef_client_proc_t)ptr);
gl2_client_context.h 256 virtual glDepthRangef_client_proc_t set_glDepthRangef(glDepthRangef_client_proc_t f) { glDepthRangef_client_proc_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 20 ptr = getProc("glDepthRangef", userData); set_glDepthRangef((glDepthRangef_client_proc_t)ptr);
gl_client_context.h 308 virtual glDepthRangef_client_proc_t set_glDepthRangef(glDepthRangef_client_proc_t f) { glDepthRangef_client_proc_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);
gles_dispatch.h 300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]

Completed in 371 milliseconds