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 31 static bool HasGLXExtension(const char* name);
gl_surface_glx.cc 337 HasGLXExtension("GLX_ARB_create_context");
339 HasGLXExtension("GLX_ARB_create_context_robustness");
341 HasGLXExtension("GLX_EXT_texture_from_pixmap");
343 HasGLXExtension("GLX_OML_sync_control");
346 HasGLXExtension("GLX_SGI_video_sync");
361 bool GLSurfaceGLX::HasGLXExtension(const char* name) {

Completed in 618 milliseconds