Home
last modified time | relevance | path

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

12345678910>>...90

/third_party/openGLES/docs/
Dsyntaxrules.txt20 previously established in GL. If no term exists that fits with the
26 A term in GL should encompass more then the meaning of the word found
49 "Get" is used as a prefix whenever the procedure returns state from the GL.
114 (3) Abbreviation is used for GL and GL extensions, but not for
134 Accum Accumulation Buffer GL, 9
135 Active GL, 15
136 Add GL, 6, 17
138 Aliased GL
139 Alignment GL
140 All GL
[all …]
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt20 previously established in GL. If no term exists that fits with the
26 A term in GL should encompass more then the meaning of the word found
49 "Get" is used as a prefix whenever the procedure returns state from the GL.
114 (3) Abbreviation is used for GL and GL extensions, but not for
134 Accum Accumulation Buffer GL, 9
135 Active GL, 15
136 Add GL, 6, 17
138 Aliased GL
139 Alignment GL
140 All GL
[all …]
/third_party/flutter/skia/third_party/externals/angle2/doc/
DExtensionSupport.md18 * GL\_OES\_element\_index\_uint (fn1)
19 * GL\_OES\_get\_program\_binary
20 * GL\_OES\_packed\_depth\_stencil
21 * GL\_OES\_rgb8\_rgba8
22 * GL\_OES\_standard\_derivatives
23 * GL\_OES\_texture\_half\_float (fn1)
24 * GL\_OES\_texture\_half\_float\_linear (fn1)
25 * GL\_OES\_texture\_float (fn1)
26 * GL\_OES\_texture\_float\_linear (fn1)
27 * GL\_OES\_texture\_npot (fn1)
[all …]
DResourceLimits.md7 query the capabilities of the GL device and scale their usage based on the
19 GL\_MAX\_VERTEX\_ATTRIBS | 8 | 16 | | |
20 GL\_MAX\_VERTEX\_UNIFORM\_VECTORS | 128 | 254 | | |
21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |…
22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |…
23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |…
24 GL\_MAX\_TEXTURE\_IMAGE\_UNITS | 8 | 16 | | |
25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | |
26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | |
27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
[all …]
/third_party/libunwind/
D.gitignore28 src/[GL]cursor_i.h
29 src/mk_[GL]cursor_i.s
38 tests/[GL]test-bt
39 tests/[GL]test-concurrent
40 tests/[GL]test-dyn1
41 tests/[GL]test-exc
42 tests/[GL]test-init
43 tests/[GL]test-resume-sig
44 tests/[GL]test-resume-sig-rt
45 tests/[GL]perf-simple
[all …]
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json511 // - GL: 2.0
16 // is a handy reference comparing GL and GLES API
19 "GL": [{"ext": "<core>"}],
50 { // GL exclusive core functions
51 "GL": [{"ext": "<core>"}],
59 "GL": [{"min_version": [3, 0], "ext": "<core>"}],
68 "GL": [{"min_version": [4, 2], "ext": "<core>"}],
82 "GL": [{"min_version": [3, 0], "ext": "<core>"},
99 "GL": [{"min_version": [4, 0], "ext": "<core>"},
111 "GL": [{"min_version": [3, 0], "ext": "<core>"}],
[all …]
/third_party/flutter/skia/tools/gpu/gl/interface/
Dinterface.json57 // - GL: 2.0
12 // is a handy reference comparing GL and GLES API
15 "GL": [{"ext": "<core>"}],
46 { // GL exclusive core functions
47 "GL": [{"ext": "<core>"}],
55 "GL": [{"min_version": [3, 0], "ext": "<core>"}],
65 "GL": [{"ext": "<core>"}],
80 "GL": [{"min_version": [3, 0], "ext": "<core>"}],
89 "GL": [{"min_version": [3, 3], "ext": "<core>"},
100 "GL": [{"ext": "GL_KHR_blend_equation_advanced"},
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DResourceLimits.md7 query the capabilities of the GL device and scale their usage based on the
19 GL\_MAX\_VERTEX\_ATTRIBS | 8 | 16 | | |
20 GL\_MAX\_VERTEX\_UNIFORM\_VECTORS | 128 | 254 | | |
21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |…
22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |…
23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |…
24 GL\_MAX\_TEXTURE\_IMAGE\_UNITS | 8 | 16 | | |
25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | |
26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | |
27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
[all …]
/third_party/skia/modules/canvaskit/
Dgpu.js45 var handle = GL.createContext(canvas, contextAttributes);
49 GL.makeContextCurrent(handle);
54 GL.deleteContext(handle);
59 var tex = GL.textures[texHandle];
61 GL.getContext(webglHandle).GLctx.deleteTexture(tex);
63 GL.textures[texHandle] = null;
160 var texHandle = GL.textures.length;
164 GL.textures.push(null);
167 GL.textures.push(tex);
206 var glCtx = GL.currentContext.GLctx;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_surfaceless_context.txt74 " The GL interacts with two classes of framebuffers: window-
76 The effects of GL commands on the window-system-provided
79 The initialization of a GL context itself occurs when the
80 window-system allocates a window for GL rendering and is influenced
85 " The GL interacts with two classes of framebuffers: window
92 The effects of GL commands on the default framebuffer are
95 framebuffer the GL may access at any given time, and communicates to
96 the GL how those portions are structured. Therefore, there are no GL
97 commands to initialize a GL context or configure the default
102 the GL.
[all …]
/third_party/openGLES/extensions/OES/
DOES_surfaceless_context.txt84 " The GL interacts with two classes of framebuffers: window-
86 The effects of GL commands on the window-system-provided
89 The initialization of a GL context itself occurs when the
90 window-system allocates a window for GL rendering and is influenced
95 " The GL interacts with two classes of framebuffers: window
102 The effects of GL commands on the default framebuffer are
105 framebuffer the GL may access at any given time, and communicates to
106 the GL how those portions are structured. Therefore, there are no GL
107 commands to initialize a GL context or configure the default
112 the GL.
[all …]
/third_party/flutter/skia/tests/
DTextureBindingsResetTest.cpp16 #define GL(F) GR_GL_CALL(ctxInfo.glContext()->gl(), F) in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() macro
37 GL(GetIntegerv(GR_GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numUnits)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
40 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
45 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
47 GL(BindTexture(target.fName, claimedIDs[i++])); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
54 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
57 GL(GetIntegerv(target.fQuery, reinterpret_cast<GrGLint*>(&boundID))); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
131 GL(DeleteTextures(1, &infoExternal.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
158 GL(DeleteTextures(1, &id)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
163 GL(DeleteTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
[all …]
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt102 GL uses strictly conformant depth functions. When <mode> is
103 FALSE, FASTEST, or DONT_CARE, GL may use an improper depth
110 GL uses strictly conformant lighting operations. When <mode> is
111 FALSE, FASTEST, or DONT_CARE, GL may use non-conformant lighting.
117 GL uses strictly conformant scissoring. When <mode> is FALSE,
118 FASTEST, or DONT_CARE, GL may use non-conformant scissoring.
124 GL uses strictly conformant polygon stippling. When <mode> is FALSE,
125 FASTEST, or DONT_CARE, GL may use only a subset of the polygon
131 rendering through the native API, outside the scope of GL. If
132 <mode> is one of the parameters POINT, LINE, or FILL, then GL
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt102 GL uses strictly conformant depth functions. When <mode> is
103 FALSE, FASTEST, or DONT_CARE, GL may use an improper depth
110 GL uses strictly conformant lighting operations. When <mode> is
111 FALSE, FASTEST, or DONT_CARE, GL may use non-conformant lighting.
117 GL uses strictly conformant scissoring. When <mode> is FALSE,
118 FASTEST, or DONT_CARE, GL may use non-conformant scissoring.
124 GL uses strictly conformant polygon stippling. When <mode> is FALSE,
125 FASTEST, or DONT_CARE, GL may use only a subset of the polygon
131 rendering through the native API, outside the scope of GL. If
132 <mode> is one of the parameters POINT, LINE, or FILL, then GL
[all …]
/third_party/skia/tests/
DTextureBindingsResetTest.cpp19 #define GL(F) GR_GL_CALL(ctxInfo.glContext()->gl(), F) in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() macro
40 GL(GetIntegerv(GR_GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numUnits)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
43 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
48 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
50 GL(BindTexture(target.fName, claimedIDs[i++])); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
57 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
60 GL(GetIntegerv(target.fQuery, &boundID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
131 GL(DeleteTextures(1, &infoExternal.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
155 GL(DeleteTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
157 #undef GL in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_DX_interop.txt75 value is a handle to a GL/DirectX interop device.
88 not accessible to the GL.
102 resource creation time if it will share the resource with non-GL
127 If the application wishes to share a DirectX resource with GL and
128 non-GL clients, it should request a share handle for the
134 registering it with the GL. <dxResource> is a pointer to the DirectX
141 that is already being shared with the GL; otherwise, the return
154 prepares a DirectX object for use by the GL. <hDevice> is a
155 GL/DirectX interop device handle, as returned by wglDXOpenDeviceNV.
158 with the GL. The resource must be of one of the types identified in
[all …]
/third_party/openGLES/extensions/NV/
DWGL_NV_DX_interop.txt75 value is a handle to a GL/DirectX interop device.
88 not accessible to the GL.
102 resource creation time if it will share the resource with non-GL
127 If the application wishes to share a DirectX resource with GL and
128 non-GL clients, it should request a share handle for the
134 registering it with the GL. <dxResource> is a pointer to the DirectX
141 that is already being shared with the GL; otherwise, the return
154 prepares a DirectX object for use by the GL. <hDevice> is a
155 GL/DirectX interop device handle, as returned by wglDXOpenDeviceNV.
158 with the GL. The resource must be of one of the types identified in
[all …]
/third_party/skia/third_party/externals/angle2/third_party/VK-GL-CTS/
DREADME.angle2 Short Name: VK-GL-CTS
4 URL: https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS
5 SOURCE CODE: git clone -b VK-GL-CTS https://chromium.googlesource.com/external/github.com/KhronosGr…
13 VK-GL-CTS (formally dEQP) is a set of tests and testing tools for GPUs and their drivers. It
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.def10 ; GL 1.0
318 ; GL 1.1
350 ; GL 1.2
356 ; GL 1.3
404 ; GL 1.4
453 ; GL 1.5
474 ; GL 2.0
569 ; GL 2.1
577 ; GL 3.0
663 ; GL 3.1
[all …]
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.def10 ; GL 1.0
318 ; GL 1.1
350 ; GL 1.2
356 ; GL 1.3
404 ; GL 1.4
453 ; GL 1.5
474 ; GL 2.0
569 ; GL 2.1
577 ; GL 3.0
663 ; GL 3.1
[all …]
/third_party/openGLES/xml/
DMakefile22 GLHEADERS = $(API)/GL/glext.h \
23 $(API)/GL/glcorearb.h \
29 GLXHEADERS = $(API)/GL/glxext.h
30 WGLHEADERS = $(API)/GL/wglext.h \
31 $(API)/GL/wgl.h
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_slice_accum.txt55 Additions to Chapter 2 of the 1.3 GL Specification (OpenGL Operation)
59 Additions to Chapter 3 of the 1.3 GL Specification (Rasterization)
64 Additions to Chapter 4 of the 1.3 GL Specification (Per-Fragment Operations
77 Additions to Chapter 5 of the 1.3 GL Specification (Special Functions)
82 Additions to Chapter 6 of the 1.3 GL Specification (State and State Requests)
/third_party/openGLES/extensions/SUN/
DSUN_slice_accum.txt55 Additions to Chapter 2 of the 1.3 GL Specification (OpenGL Operation)
59 Additions to Chapter 3 of the 1.3 GL Specification (Rasterization)
64 Additions to Chapter 4 of the 1.3 GL Specification (Per-Fragment Operations
77 Additions to Chapter 5 of the 1.3 GL Specification (Special Functions)
82 Additions to Chapter 6 of the 1.3 GL Specification (State and State Requests)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_abgr.txt25 component order matches the cpack Iris GL format on big-endian machines.
38 Additions to Chapter 2 of the GL Specification (OpenGL Operation)
42 Additions to Chapter 3 of the GL Specification (Rasterization)
67 Additions to Chapter 4 of the GL Specification (Per-Fragment Operations
73 the GL is in color index mode, then the color index is obtained."
81 Additions to Chapter 5 of the GL Specification (Special Functions)
85 Additions to Chapter 6 of the GL Specification (State and State Requests)
/third_party/openGLES/extensions/EXT/
DEXT_abgr.txt25 component order matches the cpack Iris GL format on big-endian machines.
38 Additions to Chapter 2 of the GL Specification (OpenGL Operation)
42 Additions to Chapter 3 of the GL Specification (Rasterization)
67 Additions to Chapter 4 of the GL Specification (Per-Fragment Operations
73 the GL is in color index mode, then the color index is obtained."
81 Additions to Chapter 5 of the GL Specification (Special Functions)
85 Additions to Chapter 6 of the GL Specification (State and State Requests)

12345678910>>...90