Home
last modified time | relevance | path

Searched refs:__glXSendLargeCommand (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glx/
Drender2.c98 __glXSendLargeCommand(gc, pc, 32, buf, compsize); in __indirect_glMap1d()
103 __glXSendLargeCommand(gc, pc, 32, pnts, compsize); in __indirect_glMap1d()
161 __glXSendLargeCommand(gc, pc, 24, buf, compsize); in __indirect_glMap1f()
166 __glXSendLargeCommand(gc, pc, 24, pnts, compsize); in __indirect_glMap1f()
239 __glXSendLargeCommand(gc, pc, 52, buf, compsize); in __indirect_glMap2d()
244 __glXSendLargeCommand(gc, pc, 52, pnts, compsize); in __indirect_glMap2d()
315 __glXSendLargeCommand(gc, pc, 36, buf, compsize); in __indirect_glMap2f()
320 __glXSendLargeCommand(gc, pc, 36, pnts, compsize); in __indirect_glMap2f()
Dindirect_texture_compression.c125 __glXSendLargeCommand(gc, gc->pc, in CompressedTexImage1D2D()
186 __glXSendLargeCommand(gc, gc->pc, in CompressedTexSubImage1D2D()
259 __glXSendLargeCommand(gc, gc->pc, in __indirect_glCompressedTexImage3DARB()
339 __glXSendLargeCommand(gc, gc->pc, in __indirect_glCompressedTexSubImage3DARB()
Drenderpix.c108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize); in __glXSendLargeImage()
193 __glXSendLargeCommand(gc, gc->pc, (GLint) (pc - gc->pc), buf, in __indirect_glSeparableFilter2D()
Dglxclient.h613 extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
Dglxext.c1069 __glXSendLargeCommand(struct glx_context * ctx, in __glXSendLargeCommand() function