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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 273 glGetFenceivNV_t glGetFenceivNV;
gl_proc.h 273 typedef void (GL_APIENTRY *glGetFenceivNV_t) (GLuint, GLenum, GLint*);
GLDispatch.cpp 290 s_gl.glGetFenceivNV = (glGetFenceivNV_t) s_gles_lib->findSymbol("glGetFenceivNV");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 273 glGetFenceivNV_t glGetFenceivNV;
    [all...]
gles_proc.h 273 typedef void (* glGetFenceivNV_t) (GLuint, GLenum, GLint*);
gles_dispatch.cpp 275 ptr = dlsym(gles_android,"glGetFenceivNV"); disp->set_glGetFenceivNV((glGetFenceivNV_t)ptr);

Completed in 139 milliseconds