HomeSort by relevance Sort by last modified time
    Searched refs:underlay (Results 1 - 10 of 10) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.h 64 // The C++ pool acting as an underlay. Can be NULL.
66 const DescriptorPool* underlay; member in struct:google::protobuf::python::PyDescriptorPool
descriptor_pool.cc 73 cpool->underlay = NULL;
91 // Create a Python DescriptorPool, using the given pool as an underlay:
92 // new messages will be added to a custom pool, not to the underlay.
94 // Ownership of the underlay is not transferred, its pointer should
97 const DescriptorPool* underlay) {
102 cpool->pool = new DescriptorPool(underlay);
103 cpool->underlay = underlay;
435 if (self->underlay) {
436 generated_file = self->underlay->FindFileByName(file_proto.name())
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]
descriptor.cc 802 // Symbol not found; check the underlay.
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 953 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent)
959 return t->GetTransparentIndexSUN(dpy, overlay, underlay, pTransparent);
fakeglx.c 199 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
205 * <0 = underlay planes
659 * Find the deepest X over/underlay visual of at least min_depth.
661 * level - the over/underlay level
    [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
  /external/swiftshader/include/GL/
glxext.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/python/cpython2/Modules/
glmodule.c     [all...]

Completed in 251 milliseconds