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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 85 glDepthFunc_t glDepthFunc;
gl_proc.h 85 typedef void (GL_APIENTRY *glDepthFunc_t) (GLenum);
GLDispatch.cpp 102 s_gl.glDepthFunc = (glDepthFunc_t) s_gles_lib->findSymbol("glDepthFunc");
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 85 glDepthFunc_t glDepthFunc;
357 glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
    [all...]
gles_proc.h 85 typedef void (* glDepthFunc_t) (GLenum);
gles_dispatch.cpp 87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr);

Completed in 216 milliseconds