HomeSort by relevance Sort by last modified time
    Searched defs:gl_extensions (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/windows/
windowsgl.c 361 char *gl_extensions; member in struct:__anon34144
373 r->gl_extensions = strdup(proc(GL_EXTENSIONS));
380 windows_extensions(char **gl_extensions, char **wgl_extensions)
384 *gl_extensions = "";
389 *gl_extensions = result.gl_extensions;
  /external/mesa3d/src/glx/
driwindows_glx.c 426 char *gl_extensions; local
429 windows_extensions(&gl_extensions, &wgl_extensions);
444 only be in GL_EXTENSIONS
446 if (strstr(gl_extensions, "GL_WIN_swap_hint")) {
452 free(gl_extensions);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 863 String8 gl_extensions; local
864 const char* exts = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS));
868 gl_extensions.setTo(exts);
869 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) ||
870 (gl_extensions.find("GL_OES_texture_npot") != -1)) {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 4032 struct gl_extensions struct
    [all...]

Completed in 1282 milliseconds