HomeSort by relevance Sort by last modified time
    Searched refs:RealWGLApi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_wgl_api_implementation.cc 10 RealWGLApi* g_real_wgl;
15 g_real_wgl = new RealWGLApi();
55 RealWGLApi::RealWGLApi() {
58 RealWGLApi::~RealWGLApi() {
61 void RealWGLApi::Initialize(DriverWGL* driver) {
gl_wgl_api_implementation.h 38 class GL_EXPORT RealWGLApi : public WGLApiBase {
40 RealWGLApi();
41 virtual ~RealWGLApi();

Completed in 48 milliseconds