Searched refs:getFenceivNV (Results 1 – 6 of 6) sorted by relevance
233 void getFenceivNV(FenceNVID fencePacked, GLenum pname, GLint *params); \
8157 void Context::getFenceivNV(FenceNVID fence, GLenum pname, GLint *params) in getFenceivNV() function in gl::Context
107 PFNGLGETFENCEIVNVPROC getFenceivNV = nullptr; variable
2796 ASSIGN("glGetFenceivNV", getFenceivNV); in initProcsSharedExtensions()5582 getFenceivNV = &glGetFenceivNVNULL; in initProcsSharedExtensionsNULL()
1131 context->getFenceivNV( in ReplayCall()
8068 context->getFenceivNV(fencePacked, pname, params); in GL_GetFenceivNV()