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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 271 glIsFenceNV_t glIsFenceNV;
gl_proc.h 271 typedef GLboolean (GL_APIENTRY *glIsFenceNV_t) (GLuint);
GLDispatch.cpp 288 s_gl.glIsFenceNV = (glIsFenceNV_t) s_gles_lib->findSymbol("glIsFenceNV");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 271 glIsFenceNV_t glIsFenceNV;
    [all...]
gles_proc.h 271 typedef GLboolean (* glIsFenceNV_t) (GLuint);
gles_dispatch.cpp 273 ptr = dlsym(gles_android,"glIsFenceNV"); disp->set_glIsFenceNV((glIsFenceNV_t)ptr);

Completed in 25 milliseconds