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

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp94 auto GL = [](auto a, decltype(a) b) //expected-note{{candidate function}} member in namespace:test_misc
99 GL(3, X{}); //expected-error{{no matching function}}
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dextensions.c44 GLL = 1 << API_OPENGL, /* GL Legacy / Compatibility */
45 GLC = 1 << API_OPENGL_CORE, /* GL Core */
46 GL = (1 << API_OPENGL) | (1 << API_OPENGL_CORE), enumerator in enum:__anon14528
82 { "GL_ARB_ES2_compatibility", o(ARB_ES2_compatibility), GL, 2009 },
83 { "GL_ARB_base_instance", o(ARB_base_instance), GL, 2011 },
84 { "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 },
85 { "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 },
86 { "GL_ARB_copy_buffer", o(ARB_copy_buffer), GL, 2008 },
87 { "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, 2011 },
88 { "GL_ARB_debug_output", o(dummy_true), GL, 200
[all...]
/external/mesa3d/src/mesa/main/
H A Dextensions.c44 GLL = 1 << API_OPENGL, /* GL Legacy / Compatibility */
45 GLC = 1 << API_OPENGL_CORE, /* GL Core */
46 GL = (1 << API_OPENGL) | (1 << API_OPENGL_CORE), enumerator in enum:__anon27939
82 { "GL_ARB_ES2_compatibility", o(ARB_ES2_compatibility), GL, 2009 },
83 { "GL_ARB_base_instance", o(ARB_base_instance), GL, 2011 },
84 { "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 },
85 { "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 },
86 { "GL_ARB_copy_buffer", o(ARB_copy_buffer), GL, 2008 },
87 { "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, 2011 },
88 { "GL_ARB_debug_output", o(dummy_true), GL, 200
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.c43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
107 { GL(ARB_draw_buffers), VER(0,0), Y, N, N, N },
108 { GL(ARB_fragment_program), VER(0,0), Y, N, N, N },
109 { GL(ARB_fragment_program_shadow), VER(0,0), Y, N, N, N },
110 { GL(ARB_framebuffer_object), VER(0,0), Y, N, N, N },
111 { GL(ARB_imaging), VER(0,0), Y, N, N, N },
112 { GL(ARB_multisample), VER(1,3), Y, N, N, N },
113 { GL(ARB_multitexture), VER(1,3), Y, N, N, N },
114 { GL(ARB_occlusion_quer
[all...]
/external/mesa3d/src/glx/
H A Dglxextensions.c43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
107 { GL(ARB_draw_buffers), VER(0,0), Y, N, N, N },
108 { GL(ARB_fragment_program), VER(0,0), Y, N, N, N },
109 { GL(ARB_fragment_program_shadow), VER(0,0), Y, N, N, N },
110 { GL(ARB_framebuffer_object), VER(0,0), Y, N, N, N },
111 { GL(ARB_imaging), VER(0,0), Y, N, N, N },
112 { GL(ARB_multisample), VER(1,3), Y, N, N, N },
113 { GL(ARB_multitexture), VER(1,3), Y, N, N, N },
114 { GL(ARB_occlusion_quer
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java429 GL(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/include/clang/AST/
H A DStmt.h1211 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) argument
1212 : Stmt(GotoStmtClass), Label(label), GotoLoc(GL), LabelLoc(LL) {}
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1429 milliseconds