Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c173 glx.AllocateMemoryNV = _real_glXAllocateMemoryNV; in _real_GetGLXDispatchTable()
Dglxapi.h191 void * (*AllocateMemoryNV)( GLsizei size, member
Dglxapi.c1081 return (t->AllocateMemoryNV)(size, readFrequency, writeFrequency, priority); in glXAllocateMemoryNV()
Dfakeglx.c3062 glx.AllocateMemoryNV = Fake_glXAllocateMemoryNV; in _mesa_GetGLXDispatchTable()