Home
last modified time | relevance | path

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

12345678910>>...16

/external/mesa3d/src/glx/
Dglxextensions.c43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
173 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
174 { GL(ARB_draw_buffers), VER(0,0), Y, N, N, N },
175 { GL(ARB_fragment_program), VER(0,0), Y, N, N, N },
176 { GL(ARB_fragment_program_shadow), VER(0,0), Y, N, N, N },
177 { GL(ARB_framebuffer_object), VER(0,0), Y, N, N, N },
178 { GL(ARB_imaging), VER(0,0), Y, N, N, N },
179 { GL(ARB_multisample), VER(1,3), Y, N, N, N },
180 { GL(ARB_multitexture), VER(1,3), Y, N, N, N },
181 { GL(ARB_occlusion_query), VER(1,5), Y, N, N, N },
[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/mesa3d/src/
DMakefile.am52 gldir = $(includedir)/GL
54 $(top_srcdir)/include/GL/gl.h \
55 $(top_srcdir)/include/GL/glext.h \
56 $(top_srcdir)/include/GL/glcorearb.h \
57 $(top_srcdir)/include/GL/gl_mangle.h
61 glxdir = $(includedir)/GL
63 $(top_srcdir)/include/GL/glx.h \
64 $(top_srcdir)/include/GL/glxext.h \
65 $(top_srcdir)/include/GL/glx_mangle.h
71 osmesadir = $(includedir)/GL
[all …]
/external/mesa3d/include/HaikuGL/
DREADME14 * headers/os/opengl/GL/gl.h
15 * headers/os/opengl/GL/gl_mangle.h
16 * headers/os/opengl/GL/glext.h
17 * headers/os/opengl/GL/osmesa.h (needed?)
21 * headers/os/opengl/GL/glu.h
22 * headers/os/opengl/GL/glut.h
25 in the Haiku GL Kit is not a sign of any certification or
27 allow legacy compatibility with the BeOS™ and its 3D GL
/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/src/gallium/docs/source/
Dresources.rst55 TODO: what about the restrictions lifted by the several later GL transform feedback extensions? How…
69 TODO: is there any chance of supporting GL pixel buffer object acceleration with this?
72 OpenGL: vertex buffers in GL 1.5 or GL_ARB_vertex_buffer_object
74 - Binding to stream out requires GL 3.0 or GL_NV_transform_feedback
75 - Binding as constant buffers requires GL 3.1 or GL_ARB_uniform_buffer_object
76 - Binding to a sampling stage requires GL 3.1 or GL_ARB_texture_buffer_object
94 OpenGL: GL_TEXTURE_1D in GL 1.0
96 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
110 OpenGL: GL_TEXTURE_RECTANGLE in GL 3.1 or GL_ARB_texture_rectangle or GL_NV_texture_rectangle
129 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 …]
Dfeatures.txt29 version with all deprecated features is 3.0. Some of the later GL features
36 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
68 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
81 GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
96 GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
110 GL 4.0, GLSL 4.00 --- all DONE: i965/hsw+, nvc0, r600, radeonsi
139 GL 4.1, GLSL 4.10 --- all DONE: i965/hsw+, nvc0, r600, radeonsi
149 GL 4.2, GLSL 4.20 -- all DONE: i965/hsw+, nvc0, radeonsi
165 GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi
191 GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi
[all …]
/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/python/cpython2/Lib/test/
Dtest_gl.py9 GL = import_module('GL') variable
121 gl.color(GL.WHITE)
124 gl.color(GL.RED)
/external/mesa3d/docs/specs/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
/external/python/cpython2/Doc/library/
Dgl.rst19 Some illegal calls to the GL library cause the Python interpreter to dump
20 core. In particular, the use of most GL calls is unsafe before the first
124 Here is a tiny but complete example GL program in Python::
126 import gl, GL, time
133 gl.color(GL.WHITE)
135 gl.color(GL.RED)
179 :mod:`GL` --- Constants used with the :mod:`gl` module
182 .. module:: GL
189 The :mod:`GL` module has been removed in Python 3.
/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/docs/specs/
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)
/external/mesa3d/src/mesa/drivers/x11/
DSConscript10 Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
47 target ='GL',
53 libgl = env.subst('${SHLIBPREFIX}GL${SHLIBSUFFIX}')
/external/icu/icu4c/source/data/brkitr/rules/
Dline_loose.txt51 $GL = [:LineBreak = Glue:];
126 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
180 # GL x
182 $GL $CM* .;
186 # [^SP BA HY] x GL
188 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL;
189 ^$CM+ $GL;
338 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
339 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
340 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal_cj.txt50 $GL = [:LineBreak = Glue:];
125 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
179 # GL x
181 $GL $CM* .;
185 # [^SP BA HY] x GL
187 [[$LB8NonBreaks] - [$SP $BA $BAX $HY]] $CM* $GL;
188 ^$CM+ $GL;
337 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
338 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
339 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal.txt48 $GL = [:LineBreak = Glue:];
122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
176 # GL x
178 $GL $CM* .;
182 # [^SP BA HY] x GL
184 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL;
185 ^$CM+ $GL;
331 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
332 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
333 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline.txt44 $GL = [:LineBreak = Glue:];
118 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
172 # GL x
174 $GL $CM* .;
178 # [^SP BA HY] x GL
180 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL;
181 ^$CM+ $GL;
327 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
328 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
329 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_fi.txt50 $GL = [:LineBreak = Glue:];
124 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
178 # GL x
180 $GL $CM* .;
184 # [^SP BA HY] x GL
186 [[$LB8NonBreaks] - [$SP $BA $HH $HY]] $CM* $GL;
187 ^$CM+ $GL;
336 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
337 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
338 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_loose_fi.txt48 $GL = [:LineBreak = Glue:];
123 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
177 # GL x
179 $GL $CM* .;
183 # [^SP BA HY] x GL
185 [[$LB8NonBreaks] - [$SP $BA $HH $HY]] $CM* $GL;
186 ^$CM+ $GL;
338 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
339 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
340 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal_fi.txt48 $GL = [:LineBreak = Glue:];
122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
176 # GL x
178 $GL $CM* .;
182 # [^SP BA HY] x GL
184 [[$LB8NonBreaks] - [$SP $BA $HH $HY]] $CM* $GL;
185 ^$CM+ $GL;
334 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
335 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
336 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_loose_cj.txt60 $GL = [:LineBreak = Glue:];
137 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
191 # GL x
193 $GL $CM* .;
197 # [^SP BA HY] x GL
199 [[$LB8NonBreaks] - [$SP $BA $BAX $HY]] $CM* $GL;
200 ^$CM+ $GL;
353 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
354 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
355 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
/external/mesa3d/src/gallium/targets/libgl-xlib/
DSConscript13 Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
69 target ='GL',
75 libgl = env.subst('${SHLIBPREFIX}GL${SHLIBSUFFIX}')
/external/mesa3d/src/hgl/
DSConscript15 Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
31 target ='GL',

12345678910>>...16