HomeSort by relevance Sort by last modified time
    Searched defs:sobj (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 87 struct st_transform_feedback_object *sobj = local
91 for (i = 0; i < ARRAY_SIZE(sobj->draw_count); i++)
92 pipe_so_target_reference(&sobj->draw_count[i], NULL);
95 for (i = 0; i < sobj->num_targets; i++) {
96 pipe_so_target_reference(&sobj->targets[i], NULL);
99 for (i = 0; i < ARRAY_SIZE(sobj->base.Buffers); i++) {
100 _mesa_reference_buffer_object(ctx, &sobj->base.Buffers[i], NULL);
114 struct st_transform_feedback_object *sobj = local
119 max_num_targets = MIN2(ARRAY_SIZE(sobj->base.Buffers),
120 ARRAY_SIZE(sobj->targets))
172 struct st_transform_feedback_object *sobj = local
190 struct st_transform_feedback_object *sobj = local
222 struct st_transform_feedback_object *sobj = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 361 PyObject *sobj, *srepr; local
386 sobj = PyString_FromStringAndSize(s, slen);
387 if (sobj == NULL)
389 srepr = PyObject_Repr(sobj);
390 Py_DECREF(sobj);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 347 PyObject *sobj, *srepr; local
372 sobj = PyString_FromStringAndSize(s, slen);
373 if (sobj == NULL)
375 srepr = PyObject_Repr(sobj);
376 Py_DECREF(sobj);
    [all...]
  /external/python/cpython2/Objects/
intobject.c 357 PyObject *sobj, *srepr; local
382 sobj = PyString_FromStringAndSize(s, slen);
383 if (sobj == NULL)
385 srepr = PyObject_Repr(sobj);
386 Py_DECREF(sobj);
    [all...]

Completed in 800 milliseconds