Searched refs:underlay (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 73 cpool->underlay = NULL; in _CreateDescriptorPool() 97 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() argument 102 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay() 103 cpool->underlay = underlay; in PyDescriptorPool_NewWithUnderlay() 435 if (self->underlay) { in AddSerializedFile() 436 generated_file = self->underlay->FindFileByName(file_proto.name()); in AddSerializedFile()
|
D | descriptor_pool.h | 66 const DescriptorPool* underlay; member
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 1543 explicit DescriptorPool(const DescriptorPool* underlay); 1564 void internal_set_underlay(const DescriptorPool* underlay) { in internal_set_underlay() argument 1565 underlay_ = underlay; in internal_set_underlay()
|
D | descriptor.cc | 1065 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument 1069 underlay_(underlay), in DescriptorPool()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 954 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in glXGetTransparentIndexSUN() argument 960 return t->GetTransparentIndexSUN(dpy, overlay, underlay, pTransparent); in glXGetTransparentIndexSUN()
|
D | fakeglx.c | 2728 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in Fake_glXGetTransparentIndexSUN() argument 2732 (void) underlay; in Fake_glXGetTransparentIndexSUN()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 926 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,… 928 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparent…
|
/external/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…
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2680 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, in glXGetTransparentIndexSUN() argument 2685 (void) underlay; in glXGetTransparentIndexSUN()
|
/external/python/cpython2/Modules/ |
D | cstubs | 1271 void underlay long s
|
D | glmodule.c | 6129 underlay( arg1 ); in gl_underlay()
|