Lines Matching refs:BGLDispatcher
23 class BGLDispatcher
26 BGLDispatcher(const BGLDispatcher &);
27 BGLDispatcher & operator=(const BGLDispatcher &);
30 BGLDispatcher();
31 ~BGLDispatcher();
50 BGLDispatcher::SetCurrentContext(void* context) in SetCurrentContext()
57 BGLDispatcher::CurrentContext() in CurrentContext()
64 BGLDispatcher::Table() in Table()
71 BGLDispatcher::TableSize() in TableSize()
78 BGLDispatcher::operator[](const char* functionName)
85 BGLDispatcher::operator[](uint32 offset)
92 BGLDispatcher::AddressOf(const char* functionName) in AddressOf()
99 BGLDispatcher::OffsetOf(const char* functionName) in OffsetOf()