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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 70 glClearDepthx_t glClearDepthx;
gl_proc.h 70 typedef void (GL_APIENTRY *glClearDepthx_t) (GLclampx);
GLDispatch.cpp 87 s_gl.glClearDepthx = (glClearDepthx_t) s_gles_lib->findSymbol("glClearDepthx");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 70 glClearDepthx_t glClearDepthx;
342 glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
gles_proc.h 70 typedef void (* glClearDepthx_t) (GLclampx);
gles_dispatch.cpp 72 ptr = dlsym(gles_android,"glClearDepthx"); disp->set_glClearDepthx((glClearDepthx_t)ptr);

Completed in 50 milliseconds