Home
last modified time | relevance | path

Searched refs:bufobj (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Modules/clinic/
H A Doverlapped.c.h469 HANDLE handle, Py_buffer *bufobj);
476 Py_buffer bufobj = {NULL, NULL}; in _overlapped_Overlapped_ReadFileInto() local
479 &handle, &bufobj)) { in _overlapped_Overlapped_ReadFileInto()
482 return_value = _overlapped_Overlapped_ReadFileInto_impl(self, handle, &bufobj); in _overlapped_Overlapped_ReadFileInto()
485 /* Cleanup for bufobj */ in _overlapped_Overlapped_ReadFileInto()
486 if (bufobj.obj) { in _overlapped_Overlapped_ReadFileInto()
487 PyBuffer_Release(&bufobj); in _overlapped_Overlapped_ReadFileInto()
535 HANDLE handle, Py_buffer *bufobj,
543 Py_buffer bufobj = {NULL, NULL}; in _overlapped_Overlapped_WSARecvInto() local
547 &handle, &bufobj, in _overlapped_Overlapped_WSARecvInto()
579 Py_buffer bufobj = {NULL, NULL}; _overlapped_Overlapped_WriteFile() local
614 Py_buffer bufobj = {NULL, NULL}; _overlapped_Overlapped_WSASend() local
883 Py_buffer bufobj = {NULL, NULL}; _overlapped_Overlapped_WSASendTo() local
953 Py_buffer bufobj = {NULL, NULL}; _overlapped_Overlapped_WSARecvFromInto() local
[all...]
/third_party/python/Modules/
H A Doverlapped.c1046 buf as bufobj: Py_buffer
1054 HANDLE handle, Py_buffer *bufobj) in _overlapped_Overlapped_ReadFileInto_impl()
1063 if (bufobj->len > (Py_ssize_t)ULONG_MAX) { in _overlapped_Overlapped_ReadFileInto_impl()
1068 steal_buffer(&self->user_buffer, bufobj); in _overlapped_Overlapped_ReadFileInto_impl()
1151 buf as bufobj: Py_buffer
1160 HANDLE handle, Py_buffer *bufobj, in _overlapped_Overlapped_WSARecvInto_impl()
1170 if (bufobj->len > (Py_ssize_t)ULONG_MAX) { in _overlapped_Overlapped_WSARecvInto_impl()
1175 steal_buffer(&self->user_buffer, bufobj); in _overlapped_Overlapped_WSARecvInto_impl()
1188 buf as bufobj: Py_buffer
1196 Py_buffer *bufobj) in _overlapped_Overlapped_WriteFile_impl()
1053 _overlapped_Overlapped_ReadFileInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj) _overlapped_Overlapped_ReadFileInto_impl() argument
1159 _overlapped_Overlapped_WSARecvInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags) _overlapped_Overlapped_WSARecvInto_impl() argument
1195 _overlapped_Overlapped_WriteFile_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj) _overlapped_Overlapped_WriteFile_impl() argument
1248 _overlapped_Overlapped_WSASend_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags) _overlapped_Overlapped_WSASend_impl() argument
1737 _overlapped_Overlapped_WSASendTo_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags, PyObject *AddressObj) _overlapped_Overlapped_WSASendTo_impl() argument
1881 _overlapped_Overlapped_WSARecvFromInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD size, DWORD flags) _overlapped_Overlapped_WSARecvFromInto_impl() argument
[all...]
H A D_testbuffer.c2302 /* Get a single item from bufobj at the location specified by seq.
2308 PyObject *ret = NULL, *bufobj, *seq; in get_pointer() local
2314 if (!PyArg_ParseTuple(args, "OO", &bufobj, &seq)) { in get_pointer()
2319 if (PyObject_GetBuffer(bufobj, &view, PyBUF_FULL_RO) < 0) in get_pointer()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c191 struct gl_buffer_object *bufobj = ib->obj; in st_feedback_draw_vbo() local
197 if (bufobj && bufobj->Name) { in st_feedback_draw_vbo()
199 mapped_indices = pipe_buffer_map(pipe, bufobj->buffer, in st_feedback_draw_vbo()
H A Dst_draw.c261 struct gl_buffer_object *bufobj = ib->obj; in st_indirect_draw_vbo() local
264 assert(bufobj); in st_indirect_draw_vbo()
267 info.index.resource = bufobj->buffer; in st_indirect_draw_vbo()
/third_party/mesa3d/include/CL/
H A Dcl_gl.h66 cl_GLuint bufobj,
H A Dcl2.hpp4033 ID3D10Buffer* bufobj, in BufferD3D10()
4057 bufobj, in BufferD3D10()
4139 cl_GLuint bufobj, in BufferGL()
4146 bufobj, in BufferGL()
4236 cl_GLuint bufobj, in BufferRenderGL()
4243 bufobj, in BufferRenderGL()
4030 BufferD3D10( const Context& context, cl_mem_flags flags, ID3D10Buffer* bufobj, cl_int * err = NULL) BufferD3D10() argument
4136 BufferGL( const Context& context, cl_mem_flags flags, cl_GLuint bufobj, cl_int * err = NULL) BufferGL() argument
4233 BufferRenderGL( const Context& context, cl_mem_flags flags, cl_GLuint bufobj, cl_int * err = NULL) BufferRenderGL() argument
H A Dcl.hpp3396 ID3D10Buffer* bufobj, in BufferD3D10()
3419 bufobj, in BufferD3D10()
3498 cl_GLuint bufobj, in BufferGL()
3505 bufobj, in BufferGL()
4542 cl_GLuint bufobj, in BufferRenderGL()
4549 bufobj, in BufferRenderGL()
3393 BufferD3D10( const Context& context, cl_mem_flags flags, ID3D10Buffer* bufobj, cl_int * err = NULL) BufferD3D10() argument
3495 BufferGL( const Context& context, cl_mem_flags flags, cl_GLuint bufobj, cl_int * err = NULL) BufferGL() argument
4539 BufferRenderGL( const Context& context, cl_mem_flags flags, cl_GLuint bufobj, cl_int * err = NULL) BufferRenderGL() argument
H A Dcl_icd.h739 cl_context context, cl_mem_flags flags, cl_GLuint bufobj,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_gl.h54 cl_GLuint bufobj,
H A Dcl_icd.h739 cl_context context, cl_mem_flags flags, cl_GLuint bufobj,
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c1045 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; in JNICustomFilter() local
1050 BAILIF0(bufobj = (*env)->NewDirectByteBuffer(env, coeffs, in JNICustomFilter()
1056 BAILIF0(cls = (*env)->GetObjectClass(env, bufobj)); in JNICustomFilter()
1059 (*env)->CallObjectMethod(env, bufobj, mid, borobj); in JNICustomFilter()
1062 BAILIF0(bufobj = (*env)->CallObjectMethod(env, bufobj, mid)); in JNICustomFilter()
1088 (*env)->CallVoidMethod(env, cfobj, mid, bufobj, arrayRegionObj, in JNICustomFilter()
/third_party/opencl-headers/CL/
H A Dcl_gl.h54 cl_GLuint bufobj,
H A Dcl_icd.h739 cl_context context, cl_mem_flags flags, cl_GLuint bufobj,
/third_party/python/Parser/
H A Dtokenizer.c475 PyObject *bufobj = _PyObject_CallNoArgs(readline); in fp_setreadl() local
476 if (bufobj == NULL) { in fp_setreadl()
479 Py_DECREF(bufobj); in fp_setreadl()

Completed in 47 milliseconds