Home
last modified time | relevance | path

Searched refs:NineDevice9_SetVertexDeclaration (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Ddevice9ex.c442 (void *)NineDevice9_SetVertexDeclaration,
H A Ddevice9.h681 NineDevice9_SetVertexDeclaration( struct NineDevice9 *This,
H A Ddevice9.c3389 NineDevice9_SetVertexDeclaration( struct NineDevice9 *This, in NineDevice9_SetVertexDeclaration() function
3445 return NineDevice9_SetVertexDeclaration( in NineDevice9_SetFVF()
4279 (void *)NineDevice9_SetVertexDeclaration,
H A Dnine_lock.c1555 r = NineDevice9_SetVertexDeclaration(This, pDecl); in LockDevice9_SetVertexDeclaration()