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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 25 glClearDepthf_t glClearDepthf;
gl_proc.h 25 typedef void (GL_APIENTRY *glClearDepthf_t) (GLclampf);
GLDispatch.cpp 42 s_gl.glClearDepthf = (glClearDepthf_t) s_gles_lib->findSymbol("glClearDepthf");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
gles_proc.h 25 typedef void (* glClearDepthf_t) (GLclampf);
gles_dispatch.cpp 27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr);

Completed in 25 milliseconds