Home
last modified time | relevance | path

Searched refs:underlay (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openGLES/extensions/SUN/
DGLX_SUN_get_transparent_index.txt34 Gets the transparent pixel index for an overlay/underlay window pair.
40 Window underlay,
63 overlay/underlay pair
65 underlay Specifies the underlay Window.
72 If underlay is a Window that has previously been made
77 If underlay is equal to None, and if a transparent
102 underlay equal to a valid window, then the transparent index is
103 valid only for underlay. underlay must have been previously made
106 If a Window other than underlay is directly beneath overlay the
109 If glXGetTransparentIndexSUN returns 1 when the underlay argument is
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DGLX_SUN_get_transparent_index.txt34 Gets the transparent pixel index for an overlay/underlay window pair.
40 Window underlay,
63 overlay/underlay pair
65 underlay Specifies the underlay Window.
72 If underlay is a Window that has previously been made
77 If underlay is equal to None, and if a transparent
102 underlay equal to a valid window, then the transparent index is
103 valid only for underlay. underlay must have been previously made
106 If a Window other than underlay is directly beneath overlay the
109 If glXGetTransparentIndexSUN returns 1 when the underlay argument is
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc112 cpool->underlay = NULL; in _CreateDescriptorPool()
135 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() argument
140 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay()
141 cpool->underlay = underlay; in PyDescriptorPool_NewWithUnderlay()
598 if (self->underlay) { in AddSerializedFile()
599 generated_file = self->underlay->FindFileByName(file_proto.name()); in AddSerializedFile()
Ddescriptor_pool.h68 const DescriptorPool* underlay; member
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_pixel_format.txt215 first overlay plane, and so on. Negative values identify underlay
216 planes, where -1 is the first underlay plane under the main plane,
217 -2 is the second underlay plane under the first underlay plane and
278 The number of underlay planes. The <iLayerPlane> parameter is
405 first overlay plane, and so on. Negative values identify underlay
406 planes, where -1 is the first underlay plane under the main plane,
407 -2 is the second underlay plane under the first underlay plane and
/third_party/openGLES/extensions/EXT/
DWGL_EXT_pixel_format.txt215 first overlay plane, and so on. Negative values identify underlay
216 planes, where -1 is the first underlay plane under the main plane,
217 -2 is the second underlay plane under the first underlay plane and
278 The number of underlay planes. The <iLayerPlane> parameter is
405 first overlay plane, and so on. Negative values identify underlay
406 planes, where -1 is the first underlay plane under the main plane,
407 -2 is the second underlay plane under the first underlay plane and
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_pixel_format.txt255 identify underlay planes, where -1 is the first underlay plane under
256 the main plane, -2 is the second underlay plane under the first
257 underlay plane and so on. Use zero for the main plane.
323 The number of underlay planes. The <iLayerPlane> parameter is
469 identify underlay planes, where -1 is the first underlay plane under
470 the main plane, -2 is the second underlay plane under the first
471 underlay plane and so on. Use zero for the main plane.
700 overlay/underlay plane attributes match the specified criteria
DWGL_ARB_buffer_region.txt181 values identify overlay planes, negative values identify underlay
/third_party/openGLES/extensions/ARB/
DWGL_ARB_pixel_format.txt265 identify underlay planes, where -1 is the first underlay plane under
266 the main plane, -2 is the second underlay plane under the first
267 underlay plane and so on. Use zero for the main plane.
333 The number of underlay planes. The <iLayerPlane> parameter is
479 identify underlay planes, where -1 is the first underlay plane under
480 the main plane, -2 is the second underlay plane under the first
481 underlay plane and so on. Use zero for the main plane.
710 overlay/underlay plane attributes match the specified criteria
DWGL_ARB_buffer_region.txt191 values identify overlay planes, negative values identify underlay
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-directfb.md50 to make the YUV texture an underlay. This will make the cursor to
/third_party/skia/third_party/externals/opengl-registry/xml/
Dwgltypes.txt56 …layer planes with pixel formats that include double-buffered overlay or underlay planes. Otherwise…
96 …o show through this layer. All layer planes, except the lowest-numbered underlay layer, have a tra…
/third_party/openGLES/xml/
Dwgltypes.txt56 …layer planes with pixel formats that include double-buffered overlay or underlay planes. Otherwise…
96 …o show through this layer. All layer planes, except the lowest-numbered underlay layer, have a tra…
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1828 explicit DescriptorPool(const DescriptorPool* underlay);
1872 void internal_set_underlay(const DescriptorPool* underlay) { in internal_set_underlay() argument
1873 underlay_ = underlay; in internal_set_underlay()
Ddescriptor.cc1273 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument
1277 underlay_(underlay), in DescriptorPool()
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c912 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, unsigned long *pTransparen… in glXGetTransparentIndexSUN() argument
918 return t->GetTransparentIndexSUN(dpy, overlay, underlay, pTransparent); in glXGetTransparentIndexSUN()
Dfakeglx.c2655 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, unsigned long *pTrans… in Fake_glXGetTransparentIndexSUN() argument
2659 (void) underlay; in Fake_glXGetTransparentIndexSUN()
/third_party/openGLES/api/GL/
Dglxext.h944 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,…
946 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTr…
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h943 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,…
945 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparent…
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h943 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,…
945 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparent…
/third_party/mesa3d/include/GL/
Dglxext.h959 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,…
961 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTr…
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c2602 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, in glXGetTransparentIndexSUN() argument
2607 (void) underlay; in glXGetTransparentIndexSUN()
/third_party/openGLES/extensions/OML/
DWGL_OML_sync_control.txt205 buffers for the overlay, underlay, or main planes of the window.
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/
DWGL_OML_sync_control.txt205 buffers for the overlay, underlay, or main planes of the window.
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h1155 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display* dpy, Window overlay, Window underlay

12