Searched refs:deleteFencesNV (Results 1 – 7 of 7) sorted by relevance
26 mFunctions->deleteFencesNV(1, &mFence); in ~FenceNVGL()
104 PFNGLDELETEFENCESNVPROC deleteFencesNV = nullptr; variable
2771 ASSIGN("glDeleteFencesNV", deleteFencesNV); in initProcsSharedExtensions()5536 deleteFencesNV = &glDeleteFencesNVNULL; in initProcsSharedExtensionsNULL()
369 void deleteFencesNV(GLsizei n, const FenceNVID *fencesPacked); \
544 context->deleteFencesNV( in ReplayCall()
871 void Context::deleteFencesNV(GLsizei n, const FenceNVID *fences) in deleteFencesNV() function in gl::Context
5229 context->deleteFencesNV(n, fencesPacked); in DeleteFencesNV()9921 context->deleteFencesNV(n, fencesPacked); in DeleteFencesNVContextANGLE()