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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp 49 ptr = getProc("glDepthFunc", userData); set_glDepthFunc((glDepthFunc_client_proc_t)ptr);
gl2_client_context.h 254 virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 76 ptr = getProc("glDepthFunc", userData); set_glDepthFunc((glDepthFunc_client_proc_t)ptr);
gl_client_context.h 364 virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr);
gles_dispatch.h 357 glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
    [all...]

Completed in 52 milliseconds