Searched refs:functionName (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLDispatcher.h40 const _glapi_proc operator[](const char* functionName);
43 const _glapi_proc AddressOf(const char* functionName);
44 uint32 OffsetOf(const char* functionName);
78 BGLDispatcher::operator[](const char* functionName) argument
80 return _glapi_get_proc_address(functionName);
92 BGLDispatcher::AddressOf(const char* functionName) argument
94 return _glapi_get_proc_address(functionName);
99 BGLDispatcher::OffsetOf(const char* functionName) argument
101 return (uint32) _glapi_get_proc_offset(functionName);

Completed in 1 milliseconds