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

  /external/chromium_org/ui/gl/
gl_surface_glx.h 32 static bool HasGLXExtension(const char* name);
gl_surface_glx.cc 363 HasGLXExtension("GLX_ARB_create_context");
365 HasGLXExtension("GLX_ARB_create_context_robustness");
367 HasGLXExtension("GLX_EXT_texture_from_pixmap");
369 HasGLXExtension("GLX_OML_sync_control");
372 HasGLXExtension("GLX_SGI_video_sync");
387 bool GLSurfaceGLX::HasGLXExtension(const char* name) {

Completed in 37 milliseconds