Searched refs:TextureBarrier (Results 1 – 9 of 9) sorted by relevance
44 driver->TextureBarrier = _mesa_texture_barrier; in _mesa_init_barrier_functions()58 ctx->Driver.TextureBarrier(ctx); in _mesa_TextureBarrierNV()
900 void (*TextureBarrier)(struct gl_context *ctx); member
132 functions->TextureBarrier = st_TextureBarrier; in st_init_texture_barrier_functions()
220 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()222 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()589 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
4341 GL_CALL(TextureBarrier()); in xferBarrier()
220 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()222 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()721 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
4395 GL_CALL(TextureBarrier()); in xferBarrier()
396 functions->TextureBarrier = intel_texture_barrier; in intelInitTextureFuncs()
2186 #define glTextureBarrier MANGLE(TextureBarrier)