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

  /external/mesa3d/src/mesa/main/
errors.c 303 struct gl_debug_msg *emptySlot;
321 emptySlot = &ctx->Debug.Log[nextEmpty];
323 assert(!emptySlot->message && !emptySlot->length);
325 emptySlot->message = MALLOC(len+1);
326 if (emptySlot->message) {
327 (void) strncpy(emptySlot->message, buf, (size_t)len);
328 emptySlot->message[len] = '\0';
330 emptySlot->length = len+1;
331 emptySlot->source = source
    [all...]
  /external/skia/include/private/
SkTHash.h 96 Slot& emptySlot = fSlots[index];
110 emptySlot = Slot();
119 emptySlot = std::move(moveFrom);

Completed in 95 milliseconds