Searched refs:deleteFencesNV (Results 1 – 7 of 7) sorted by relevance
26 mFunctions->deleteFencesNV(1, &mFence); in ~FenceNVGL()
104 PFNGLDELETEFENCESNVPROC deleteFencesNV = nullptr; variable
2793 ASSIGN("glDeleteFencesNV", deleteFencesNV); in initProcsSharedExtensions()5579 deleteFencesNV = &glDeleteFencesNVNULL; in initProcsSharedExtensionsNULL()
230 void deleteFencesNV(GLsizei n, const FenceNVID *fencesPacked); \
1002 void Context::deleteFencesNV(GLsizei n, const FenceNVID *fences) in deleteFencesNV() function in gl::Context
570 context->deleteFencesNV( in ReplayCall()
7996 context->deleteFencesNV(n, fencesPacked); in GL_DeleteFencesNV()