Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc73 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()
Ddescriptor_pool.h66 const DescriptorPool* underlay; member
/external/protobuf/src/google/protobuf/
Ddescriptor.h1543 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()
Ddescriptor.cc1065 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument
1069 underlay_(underlay), in DescriptorPool()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c954 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in glXGetTransparentIndexSUN() argument
960 return t->GetTransparentIndexSUN(dpy, overlay, underlay, pTransparent); in glXGetTransparentIndexSUN()
Dfakeglx.c2728 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in Fake_glXGetTransparentIndexSUN() argument
2732 (void) underlay; in Fake_glXGetTransparentIndexSUN()
/external/mesa3d/include/GL/
Dglxext.h926 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay,…
928 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparent…
/external/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…
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2680 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, in glXGetTransparentIndexSUN() argument
2685 (void) underlay; in glXGetTransparentIndexSUN()
/external/python/cpython2/Modules/
Dcstubs1271 void underlay long s
Dglmodule.c6129 underlay( arg1 ); in gl_underlay()