Searched defs:GLImplementation (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ui/gl/
H A Dgl_implementation.h21 enum GLImplementation { enum in namespace:gfx
38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
47 GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
51 GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
78 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
81 GL_EXPORT GLImplementation GetGLImplementation();
88 GLImplementation GetNamedGLImplementation(const std::string& name);
91 const char* GetGLImplementationName(GLImplementation implementation);

Completed in 264 milliseconds