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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 186 glDepthRangexOES_t glDepthRangexOES;
gl_proc.h 186 typedef void (GL_APIENTRY *glDepthRangexOES_t) (GLclampx, GLclampx);
GLDispatch.cpp 203 s_gl.glDepthRangexOES = (glDepthRangexOES_t) s_gles_lib->findSymbol("glDepthRangexOES");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 186 glDepthRangexOES_t glDepthRangexOES;
    [all...]
gles_proc.h 186 typedef void (* glDepthRangexOES_t) (GLclampx, GLclampx);
gles_dispatch.cpp 188 ptr = dlsym(gles_android,"glDepthRangexOES"); disp->set_glDepthRangexOES((glDepthRangexOES_t)ptr);

Completed in 27 milliseconds