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

  /external/mesa3d/src/mesa/vbo/
vbo_save.h 126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member in struct:vbo_save_context
  /external/jpeg/
jmemmgr.c 217 out_of_memory (j_common_ptr cinfo, int which) function
267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
    [all...]
  /external/mesa3d/src/mesa/main/
errors.c 50 static char out_of_memory[] = "Debugging error: out of memory"; variable
337 emptySlot->message = out_of_memory;
338 emptySlot->length = strlen(out_of_memory)+1;
393 if (msg->message != (char*)out_of_memory)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 220 out_of_memory (j_common_ptr cinfo, int which) function
270 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
307 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
354 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
368 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
    [all...]

Completed in 543 milliseconds