Home
last modified time | relevance | path

Searched refs:GL (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/mesa3d/src/glx/
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_query), VER(1,5), Y, N, N, N },
[all …]
/external/mesa3d/src/mesa/main/
Dextensions.c46 GL = (1 << API_OPENGL) | (1 << API_OPENGL_CORE), enumerator
82 …{ "GL_ARB_ES2_compatibility", o(ARB_ES2_compatibility), GL, …
83 …{ "GL_ARB_base_instance", o(ARB_base_instance), GL, …
84 …{ "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, …
85 …{ "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, …
86 …{ "GL_ARB_copy_buffer", o(ARB_copy_buffer), GL, …
87 …{ "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, …
88 …{ "GL_ARB_debug_output", o(dummy_true), GL, …
89 …{ "GL_ARB_depth_buffer_float", o(ARB_depth_buffer_float), GL, …
90 …{ "GL_ARB_depth_clamp", o(ARB_depth_clamp), GL, …
[all …]
/external/libunwind/
D.gitignore25 src/[GL]cursor_i.h
26 src/mk_[GL]cursor_i.s
33 tests/[GL]test-bt
34 tests/[GL]test-concurrent
35 tests/[GL]test-dyn1
36 tests/[GL]test-exc
37 tests/[GL]test-init
38 tests/[GL]test-resume-sig
39 tests/[GL]test-resume-sig-rt
40 tests/[GL]perf-simple
[all …]
/external/deqp/framework/opengl/
DgluDefs.hpp36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument
37 #define GLU_CHECK_GLW(GL) GLU_CHECK_GLW_MSG(GL, DE_NULL) argument
38 #define GLU_CHECK_GLW_CALL(GL, CALL) do { (GL).CALL; GLU_EXPECT_NO_ERROR((GL).getError(), #CALL); }… argument
/external/mesa3d/bin/
Dinstallmesa37 echo "About to install Mesa header files (GL/*.h) in: " ${INCLUDE_DIR}/GL
66 mkdir -p ${INCLUDE_DIR}/GL
69 cp -f ${TOP}/include/GL/*.h ${INCLUDE_DIR}/GL
70 cp -f ${TOP}/src/glw/*.h ${INCLUDE_DIR}/GL
/external/mesa3d/src/gallium/docs/source/
Dresources.rst45 TODO: what about the restrictions lifted by the several later GL transform feedback extensions? How…
52 TODO: is there any chance of supporting GL pixel buffer object acceleration with this?
60 OpenGL: vertex buffers in GL 1.5 or GL_ARB_vertex_buffer_object
62 - Binding to stream out requires GL 3.0 or GL_NV_transform_feedback
63 - Binding as constant buffers requires GL 3.1 or GL_ARB_uniform_buffer_object
64 - Binding to a sampling stage requires GL 3.1 or GL_ARB_texture_buffer_object
83 OpenGL: GL_TEXTURE_1D in GL 1.0
85 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
98 OpenGL: GL_TEXTURE_RECTANGLE in GL 3.1 or GL_ARB_texture_rectangle or GL_NV_texture_rectangle
117 OpenGL: GL_TEXTURE_2D in GL 1.0
[all …]
/external/mesa3d/docs/
DlibGL.txt51 safety for multi-threaded clients is significant. Each GL API call
91 libGL.so is built inside XFree86 with sources found in xc/lib/GL/.
94 xc/lib/GL/glx/*.c
97 xc/lib/GL/mesa/src/glapi.c
98 xc/lib/GL/mesa/src/glapitemp.h
99 xc/lib/GL/mesa/src/glapitable.h
100 xc/lib/GL/mesa/src/glapioffsets.h
101 xc/lib/GL/mesa/src/glapinoop.c
102 xc/lib/GL/mesa/src/glheader.h
103 xc/lib/GL/mesa/src/glthread.c
[all …]
DGL3.txt13 GL 3.0:
42 GL 3.1:
56 GL 3.2:
72 GL 3.3:
87 GL 4.0:
105 GL 4.1:
116 GL 4.2:
132 GL 4.3:
DMESA_swap_control.spec53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization)
61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
DMESA_multithread_makecurrent.spec73 the context thruogh the GL managed by the application through
136 The intention is to allow multithreaded access to the GL at the
137 minimal performance cost, so requiring that the GL do general
139 is not an option, and synchronizing of GL's access to the GL
/external/mesa3d/src/glx/apple/
DMakefile72 -I$(TOP)/include/GL/internal \
113 install_headers: include/GL/gl.h
114 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
115 $(INSTALL) -m 644 include/GL/gl.h $(DESTDIR)$(INSTALL_DIR)/include/GL
127 -rm -f include/GL/gl.h
/external/eigen/cmake/
DFindGLEW.cmake7 # GLEW_INCLUDE_DIR, where to find GL/glew.h, etc.
17 FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h)
28 FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h
53 FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h
54 /usr/include/GL
/external/mesa3d/docs/OLD/
DMESA_trace.spec33 of GL calls including parameters as readable text. The verbosity
38 The application can add comments and enable or disable tracing of GL
39 operations at any time. The data flow from the application to GL
63 Further, IHV's might have builtin support for tracing GL execution
DMESA_program_debug.spec39 implemented outside of the GL as a utility package. This extension
43 1. Have the GL call a user-specified function prior to executing
190 From within the callback function, only the following GL commands
316 /* This is called by the GL when the vertex program is executing.
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
Dcontrol7 PURPOSE = 'Run the Khronos GL-CTS test suite on the Chrome GPU command buffer'
9 All of the individual GL-CTS tests must pass.
23 This test runs the Khronos GL-CTS test suite against the Chrome GPU
/external/mesa3d/src/gallium/targets/libgl-xlib/
DMakefile101 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
103 $(INSTALL) -m 644 $(TOP)/include/GL/*.h $(DESTDIR)$(INSTALL_DIR)/include/GL
111 etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h
DSConscript38 # The sources depend on the python-generated GL API files/headers.
51 target ='GL',
57 libgl = env.subst('${SHLIBPREFIX}GL${SHLIBSUFFIX}')
/external/autotest/client/site_tests/graphics_GLAPICheck/
Dcontrol10 - GL version is less than 1.4
11 - GL extension is less than 2
14 - If GL extensions don't include needed extensions
/external/mesa3d/src/mesa/drivers/dri/
DMakefile.am34 driincludedir = $(includedir)/GL/internal
35 driinclude_HEADERS = $(top_srcdir)/include/GL/internal/dri_interface.h
/external/mesa3d/src/mesa/vbo/
Dvbo_primitive_restart.c101 #define IB_INDEX_READ(TYPE, INDEX) (((const GL##TYPE *) elements)[INDEX]) in find_sub_primitives()
104 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \ in find_sub_primitives()
114 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \ in find_sub_primitives()
/external/icu/icu4c/source/data/mappings/
Dnoop-gb2312_gl.ucm11 # This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
12 # for every byte sequence valid in GB2312 GL. Chrome and Android
/external/mesa3d/src/mesa/
DMakefile.am28 gldir = $(includedir)/GL
29 gl_HEADERS = $(top_srcdir)/include/GL/*.h
156 etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h
/external/icu/icu4c/source/data/brkitr/
Dline.txt75 $GL = [:LineBreak = Glue:];
129 $GLcm = $GL $CM*;
164 $GL $CM+;
203 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
256 # GL x
263 # [^SP BA HY] x GL
423 $CM+ $GL;
506 # [^SP BA HY] x GL
508 $CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HY]];
511 # GL x
[all …]
Dline_fi.txt78 $GL = [:LineBreak = Glue:];
133 $GLcm = $GL $CM*;
169 $GL $CM+;
208 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus];
261 # GL x
268 # [^SP BA HY] x GL
432 $CM+ $GL;
515 # [^SP BA HY] x GL
517 $CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HH $HY]];
520 # GL x
[all …]
Dline_normal.txt78 $GL = [:LineBreak = Glue:];
132 $GLcm = $GL $CM*;
167 $GL $CM+;
206 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
259 # GL x
266 # [^SP BA HY] x GL
426 $CM+ $GL;
509 # [^SP BA HY] x GL
511 $CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HY]];
514 # GL x
[all …]

12345678910>>...14