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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 274 glFinishFenceNV_t glFinishFenceNV;
gl_proc.h 274 typedef void (GL_APIENTRY *glFinishFenceNV_t) (GLuint);
GLDispatch.cpp 291 s_gl.glFinishFenceNV = (glFinishFenceNV_t) s_gles_lib->findSymbol("glFinishFenceNV");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 274 glFinishFenceNV_t glFinishFenceNV;
    [all...]
gles_proc.h 274 typedef void (* glFinishFenceNV_t) (GLuint);
gles_dispatch.cpp 276 ptr = dlsym(gles_android,"glFinishFenceNV"); disp->set_glFinishFenceNV((glFinishFenceNV_t)ptr);

Completed in 404 milliseconds