OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateMemoryNV
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c
173
glx.
AllocateMemoryNV
= _real_glXAllocateMemoryNV;
glxapi.h
191
void * (*
AllocateMemoryNV
)( GLsizei size,
glxapi.c
1081
return (t->
AllocateMemoryNV
)(size, readFrequency, writeFrequency, priority);
[
all
...]
fakeglx.c
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
realglx.c
173
glx.
AllocateMemoryNV
= _real_glXAllocateMemoryNV;
glxapi.h
191
void * (*
AllocateMemoryNV
)( GLsizei size,
glxapi.c
1081
return (t->
AllocateMemoryNV
)(size, readFrequency, writeFrequency, priority);
[
all
...]
fakeglx.c
[
all
...]
Completed in 189 milliseconds