Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Drender2.c100 __glXSendLargeCommand(gc, pc, 32, buf, compsize); in __indirect_glMap1d()
105 __glXSendLargeCommand(gc, pc, 32, pnts, compsize); in __indirect_glMap1d()
163 __glXSendLargeCommand(gc, pc, 24, buf, compsize); in __indirect_glMap1f()
168 __glXSendLargeCommand(gc, pc, 24, pnts, compsize); in __indirect_glMap1f()
241 __glXSendLargeCommand(gc, pc, 52, buf, compsize); in __indirect_glMap2d()
246 __glXSendLargeCommand(gc, pc, 52, pnts, compsize); in __indirect_glMap2d()
317 __glXSendLargeCommand(gc, pc, 36, buf, compsize); in __indirect_glMap2f()
322 __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_glCompressedTexImage3D()
339 __glXSendLargeCommand(gc, gc->pc, in __indirect_glCompressedTexSubImage3D()
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.h643 extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
Dglxext.c1066 __glXSendLargeCommand(struct glx_context * ctx, in __glXSendLargeCommand() function