Searched defs:bufobj (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c186 struct gl_buffer_object *bufobj = arrays[mesaAttr]->BufferObj; local
189 if (bufobj && bufobj->Name) {
194 struct st_buffer_object *stobj = st_buffer_object(bufobj);
243 struct gl_buffer_object *bufobj = ib->obj; local
249 if (bufobj && bufobj->Name) {
250 struct st_buffer_object *stobj = st_buffer_object(bufobj);
H A Dst_draw.c98 struct gl_buffer_object *bufobj = ib->obj; local
103 if (_mesa_is_bufferobj(bufobj)) {
105 ibuffer->buffer = st_buffer_object(bufobj)->buffer;
H A Dst_atom_array.c457 struct gl_buffer_object *bufobj; local
461 * Init bufobj and stride.
473 bufobj = array->BufferObj;
489 bufobj = NULL;
495 usingVBO = _mesa_is_bufferobj(bufobj);
532 struct st_buffer_object *stobj = st_buffer_object(bufobj);
576 struct gl_buffer_object *bufobj; local
587 bufobj = array->BufferObj;
591 if (_mesa_is_bufferobj(bufobj)) {
596 struct st_buffer_object *stobj = st_buffer_object(bufobj);
[all...]
/external/libjpeg-turbo/
H A Dturbojpeg-jni.c985 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; local
988 bailif0(bufobj=(*env)->NewDirectByteBuffer(env, coeffs,
994 bailif0(cls=(*env)->GetObjectClass(env, bufobj));
997 (*env)->CallObjectMethod(env, bufobj, mid, borobj);
1000 bailif0(bufobj=(*env)->CallObjectMethod(env, bufobj, mid));
1026 (*env)->CallVoidMethod(env, cfobj, mid, bufobj, arrayRegionObj,
/external/python/cpython3/Modules/
H A Doverlapped.c821 PyObject *bufobj; local
826 if (!PyArg_ParseTuple(args, F_HANDLE "O", &handle, &bufobj))
834 if (!PyArg_Parse(bufobj, "y*", &self->write_buffer))
874 PyObject *bufobj; local
882 &handle, &bufobj, &flags))
890 if (!PyArg_Parse(bufobj, "y*", &self->write_buffer))
H A D_testbuffer.c2303 /* Get a single item from bufobj at the location specified by seq.
2309 PyObject *ret = NULL, *bufobj, *seq; local
2315 if (!PyArg_ParseTuple(args, "OO", &bufobj, &seq)) {
2320 if (PyObject_GetBuffer(bufobj, &view, PyBUF_FULL_RO) < 0)
/external/python/cpython3/Parser/
H A Dtokenizer.c429 PyObject* bufobj; local
438 bufobj = tok->decoding_buffer;
439 Py_INCREF(bufobj);
443 bufobj = PyObject_CallObject(tok->decoding_readline, NULL);
444 if (bufobj == NULL)
447 if (PyUnicode_CheckExact(bufobj))
449 buf = PyUnicode_AsUTF8AndSize(bufobj, &buflen);
456 buf = PyByteArray_AsString(bufobj);
460 buflen = PyByteArray_GET_SIZE(bufobj);
479 Py_DECREF(bufobj);
536 PyObject *bufobj = PyObject_CallObject(readline, NULL); local
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp1809 ID3D10Buffer* bufobj,
1819 bufobj,
1851 GLuint bufobj,
1858 bufobj,
1898 GLuint bufobj,
1905 bufobj,
1806 BufferD3D10( const Context& context, cl_mem_flags flags, ID3D10Buffer* bufobj, cl_int * err = NULL) argument
1848 BufferGL( const Context& context, cl_mem_flags flags, GLuint bufobj, cl_int * err = NULL) argument
1895 BufferRenderGL( const Context& context, cl_mem_flags flags, GLuint bufobj, cl_int * err = NULL) argument

Completed in 599 milliseconds