/external/mesa3d/src/mesa/state_tracker/ |
D | st_draw.c | 189 struct gl_buffer_object *bufobj = ib->obj; in st_draw_vbo() local 201 if (bufobj) { in st_draw_vbo() 204 info.index.resource = st_buffer_object(bufobj)->buffer; in st_draw_vbo() 287 struct gl_buffer_object *bufobj = ib->obj; in st_indirect_draw_vbo() local 290 assert(bufobj); in st_indirect_draw_vbo() 293 info.index.resource = st_buffer_object(bufobj)->buffer; in st_indirect_draw_vbo()
|
D | st_draw_feedback.c | 190 struct gl_buffer_object *bufobj = ib->obj; in st_feedback_draw_vbo() local 196 if (bufobj && bufobj->Name) { in st_feedback_draw_vbo() 197 struct st_buffer_object *stobj = st_buffer_object(bufobj); in st_feedback_draw_vbo()
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 924 PyObject *bufobj; in Overlapped_ReadFileInto() local 926 if (!PyArg_ParseTuple(args, F_HANDLE "O", &handle, &bufobj)) in Overlapped_ReadFileInto() 934 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer)) in Overlapped_ReadFileInto() 1029 PyObject *bufobj; in Overlapped_WSARecvInto() local 1033 &handle, &bufobj, &flags)) in Overlapped_WSARecvInto() 1041 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer)) in Overlapped_WSARecvInto() 1068 PyObject *bufobj; in Overlapped_WriteFile() local 1073 if (!PyArg_ParseTuple(args, F_HANDLE "O", &handle, &bufobj)) in Overlapped_WriteFile() 1081 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer)) in Overlapped_WriteFile() 1121 PyObject *bufobj; in Overlapped_WSASend() local [all …]
|
D | _testbuffer.c | 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()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 344 PyObject* bufobj; in fp_readl() local 353 bufobj = tok->decoding_buffer; in fp_readl() 354 Py_INCREF(bufobj); in fp_readl() 358 bufobj = _PyObject_CallNoArg(tok->decoding_readline); in fp_readl() 359 if (bufobj == NULL) in fp_readl() 362 if (PyUnicode_CheckExact(bufobj)) in fp_readl() 364 buf = PyUnicode_AsUTF8AndSize(bufobj, &buflen); in fp_readl() 371 buf = PyByteArray_AsString(bufobj); in fp_readl() 375 buflen = PyByteArray_GET_SIZE(bufobj); in fp_readl() 394 Py_DECREF(bufobj); in fp_readl() [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 16 %6 = type <{ %struct.bufobj*, %struct.bufobj** }> ; type %6 44 …%struct.buf = type <{ %struct.bufobj*, i64, i8*, i8*, i32, i8, i8, i8, i8, i64, i64, void (%struct… 45 …8*, i32 (%struct.buf*)*, void (%struct.bufobj*, %struct.buf*)*, i32 (%struct.bufobj*, i32)*, void … 47 …%struct.bufobj = type <{ %struct.mtx, %struct.bufv, %struct.bufv, i64, i32, i8, i8, i8, i8, %struc… 161 …lock*, i32, i32, i64, i64, i32, i8, i8, i8, i8, %struct.freelst, %struct.bufobj, %struct.vpollinfo… 167 …%struct.vop_bmap_args = type <{ %struct.vop_generic_args, %struct.vnode*, i64, %struct.bufobj**, i…
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 17 %6 = type <{ %struct.bufobj*, %struct.bufobj** }> ; type %6 45 …%struct.buf = type <{ %struct.bufobj*, i64, i8*, i8*, i32, i8, i8, i8, i8, i64, i64, void (%struct… 46 …8*, i32 (%struct.buf*)*, void (%struct.bufobj*, %struct.buf*)*, i32 (%struct.bufobj*, i32)*, void … 48 …%struct.bufobj = type <{ %struct.mtx, %struct.bufv, %struct.bufv, i64, i32, i8, i8, i8, i8, %struc… 162 …lock*, i32, i32, i64, i64, i32, i8, i8, i8, i8, %struct.freelst, %struct.bufobj, %struct.vpollinfo… 168 …%struct.vop_bmap_args = type <{ %struct.vop_generic_args, %struct.vnode*, i64, %struct.bufobj**, i…
|
/external/mesa3d/include/CL/ |
D | cl_gl.h | 66 cl_GLuint bufobj,
|
D | cl2.hpp | 4033 ID3D10Buffer* bufobj, in BufferD3D10() argument 4057 bufobj, in BufferD3D10() 4139 cl_GLuint bufobj, in BufferGL() argument 4146 bufobj, in BufferGL() 4236 cl_GLuint bufobj, in BufferRenderGL() argument 4243 bufobj, in BufferRenderGL()
|
D | cl.hpp | 3396 ID3D10Buffer* bufobj, in BufferD3D10() argument 3419 bufobj, in BufferD3D10() 3498 cl_GLuint bufobj, in BufferGL() argument 3505 bufobj, in BufferGL() 4542 cl_GLuint bufobj, in BufferRenderGL() argument 4549 bufobj, in BufferRenderGL()
|
D | cl_icd.h | 739 cl_context context, cl_mem_flags flags, cl_GLuint bufobj,
|
/external/angle/include/CL/ |
D | cl_gl.h | 54 cl_GLuint bufobj,
|
D | cl_icd.h | 739 cl_context context, cl_mem_flags flags, cl_GLuint bufobj,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_gl.h | 54 cl_GLuint bufobj,
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 1045 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()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.h | 49 GLuint bufobj,
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 45 GLuint bufobj,
|
/external/python/cffi/c/ |
D | test_c.py | 3696 def check1(bufobj, expected): argument 3697 c = from_buffer(BCharA, bufobj) 3712 bufobj = X() 3713 check1(bufobj, expected) 3716 bufobjb = buffer(bufobj) 3722 bufobjm = memoryview(bufobj)
|
/external/angle/src/tests/ |
D | BUILD.gn | 566 "$gles1_conform_root/conform/conform/bufobj.c",
|