Home
last modified time | relevance | path

Searched refs:NUM_GL_VERSIONS (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp39 #define NUM_GL_VERSIONS SK_ARRAY_COUNT(gl_versions) macro
199 for (i = NUM_GL_VERSIONS - 2; i > 0 ; i--) { in GLXGLContext()