Home
last modified time | relevance | path

Searched defs:create_data (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/python/test/
Dwrapper_held_type.cpp23 std::auto_ptr<data> create_data() in create_data() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbuffer.c128 struct create_data struct
130 GstGLBuffer *mem;
131 gboolean result;
Dgstglbasememory.c79 struct create_data struct
86 _mem_create_gl (GstGLContext * context, struct create_data *transfer) in _mem_create_gl() argument
/third_party/boost/libs/exception/example/
Dexample_io.cpp99 create_data( char const * file_name ) in create_data() function
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c207 CREATESTRUCT *create_data; in msg_window_message_proc() local
/third_party/skia/src/gpu/
DGrBlurUtils.cpp79 static sk_sp<SkData> create_data(const SkIRect& drawRect, const SkIRect& origDevBounds) { in create_data() function
/third_party/skia/src/gpu/ops/
DTriangulatingPathRenderer.cpp58 static sk_sp<SkData> create_data(int numVertices, bool isLinear, SkScalar tol) { in create_data() function
/third_party/python/Lib/test/
Dpickletester.py810 def create_data(): function