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

  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 185 struct gl_buffer_object *bufobj = arrays[mesaAttr]->BufferObj; local
188 if (bufobj && bufobj->Name) {
193 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);
st_atom_array.c 330 const struct gl_buffer_object *bufObj;
343 bufObj = array->BufferObj;
348 firstBufObj = bufObj;
349 userSpaceBuffer = !bufObj || !bufObj->Name;
356 if (bufObj != firstBufObj)
362 if ((!_mesa_is_bufferobj(bufObj)) != userSpaceBuffer)
465 struct gl_buffer_object *bufobj; local
469 * Init bufobj and stride.
481 bufobj = array->BufferObj
589 struct gl_buffer_object *bufobj; local
    [all...]
st_draw.c 160 struct gl_buffer_object *bufobj = ib->obj; local
172 if (_mesa_is_bufferobj(bufobj)) {
175 info.index.resource = st_buffer_object(bufobj)->buffer;
257 struct gl_buffer_object *bufobj = ib->obj; local
260 assert(_mesa_is_bufferobj(bufobj));
263 info.index.resource = st_buffer_object(bufobj)->buffer;
  /external/python/cpython3/Parser/
tokenizer.c 426 PyObject* bufobj; local
435 bufobj = tok->decoding_buffer;
436 Py_INCREF(bufobj);
440 bufobj = _PyObject_CallNoArg(tok->decoding_readline);
441 if (bufobj == NULL)
444 if (PyUnicode_CheckExact(bufobj))
446 buf = PyUnicode_AsUTF8AndSize(bufobj, &buflen);
453 buf = PyByteArray_AsString(bufobj);
457 buflen = PyByteArray_GET_SIZE(bufobj);
476 Py_DECREF(bufobj);
533 PyObject *bufobj = _PyObject_CallNoArg(readline); local
    [all...]
  /external/python/cpython3/Modules/
overlapped.c 787 PyObject *bufobj; local
789 if (!PyArg_ParseTuple(args, F_HANDLE "O", &handle, &bufobj))
797 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer))
892 PyObject *bufobj; local
896 &handle, &bufobj, &flags))
904 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer))
931 PyObject *bufobj; local
936 if (!PyArg_ParseTuple(args, F_HANDLE "O", &handle, &bufobj))
944 if (!PyArg_Parse(bufobj, "y*", &self->user_buffer))
984 PyObject *bufobj; local
    [all...]
_testbuffer.c 2308 PyObject *ret = NULL, *bufobj, *seq; local
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 1005 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; local
    [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.hpp 485 cl_GLuint bufobj,

Completed in 746 milliseconds