/third_party/openGLES/extensions/SUN/ |
D | GLX_SUN_get_transparent_index.txt | 34 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/ |
D | GLX_SUN_get_transparent_index.txt | 34 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/ |
D | descriptor_pool.cc | 112 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()
|
D | descriptor_pool.h | 68 const DescriptorPool* underlay; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_pixel_format.txt | 215 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/ |
D | WGL_EXT_pixel_format.txt | 215 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/ |
D | WGL_ARB_pixel_format.txt | 255 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
|
D | WGL_ARB_buffer_region.txt | 181 values identify overlay planes, negative values identify underlay
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_pixel_format.txt | 265 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
|
D | WGL_ARB_buffer_region.txt | 191 values identify overlay planes, negative values identify underlay
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-directfb.md | 50 to make the YUV texture an underlay. This will make the cursor to
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | wgltypes.txt | 56 …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/ |
D | wgltypes.txt | 56 …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/ |
D | descriptor.h | 1828 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()
|
D | descriptor.cc | 1273 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument 1277 underlay_(underlay), in DescriptorPool()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 912 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, unsigned long *pTransparen… in glXGetTransparentIndexSUN() argument 918 return t->GetTransparentIndexSUN(dpy, overlay, underlay, pTransparent); in glXGetTransparentIndexSUN()
|
D | fakeglx.c | 2655 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/ |
D | glxext.h | 944 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/ |
D | glxext.h | 943 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/ |
D | glxext.h | 943 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/ |
D | glxext.h | 959 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/ |
D | glx_api.c | 2602 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, in glXGetTransparentIndexSUN() argument 2607 (void) underlay; in glXGetTransparentIndexSUN()
|
/third_party/openGLES/extensions/OML/ |
D | WGL_OML_sync_control.txt | 205 buffers for the overlay, underlay, or main planes of the window.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | WGL_OML_sync_control.txt | 205 buffers for the overlay, underlay, or main planes of the window.
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 1155 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display* dpy, Window overlay, Window underlay…
|