Home
last modified time | relevance | path

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

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