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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 28 glDepthRangef_t glDepthRangef;
gl_proc.h 28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf);
GLDispatch.cpp 45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 28 glDepthRangef_t glDepthRangef;
300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gles_proc.h 28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf);
gles_dispatch.cpp 30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);

Completed in 23 milliseconds