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

/external/chromium_org/ui/gl/
H A Dgl_implementation.h21 enum GLImplementation { enum in namespace:gfx
36 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
45 GL_EXPORT bool InitializeGLBindings(GLImplementation implementation);
48 GL_EXPORT bool InitializeGLExtensionBindings(GLImplementation implementation,
57 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
60 GL_EXPORT GLImplementation GetGLImplementation();
67 GLImplementation GetNamedGLImplementation(const std::string& name);
70 const char* GetGLImplementationName(GLImplementation implementation);

Completed in 92 milliseconds