Searched defs:Command0 (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DContext.h55 class Command0 : public Command class in namespace:gl
58 Command0(void (APIENTRY *function)()) function in class:gl::Command0
223 inline Command0 *newCommand(void (APIENTRY *function)())
225 return new Command0(function);

Completed in 124 milliseconds