Searched refs:genFencesNV (Results 1 – 7 of 7) sorted by relevance
21 mFunctions->genFencesNV(1, &mFence); in FenceNVGL()
106 PFNGLGENFENCESNVPROC genFencesNV = nullptr; variable
2773 ASSIGN("glGenFencesNV", genFencesNV); in initProcsSharedExtensions()5538 genFencesNV = &glGenFencesNVNULL; in initProcsSharedExtensionsNULL()
371 void genFencesNV(GLsizei n, FenceNVID *fencesPacked); \
906 context->genFencesNV(params.getParam("n", ParamType::TGLsizei, 0).value.GLsizeiVal, in ReplayCall()
701 void Context::genFencesNV(GLsizei n, FenceNVID *fences) in genFencesNV() function in gl::Context
5268 context->genFencesNV(n, fencesPacked); in GenFencesNV()12349 context->genFencesNV(n, fencesPacked); in GenFencesNVContextANGLE()