Searched refs:bufEnd (Results 1 – 6 of 6) sorted by relevance
77 if (pc + (size) > gc->bufEnd) { \89 if (pc + (size) > gc->bufEnd) { \107 if (pc + (size) > gc->bufEnd) { \
512 if ((pc + single_vertex_size) >= gc->bufEnd) { in emit_DrawArrays_none()519 if ((pc + 4) >= gc->bufEnd) { in emit_DrawArrays_none()630 if ((gc->pc + command_size) >= gc->bufEnd) { in emit_DrawArrays_header_old()687 assert(pc <= gc->bufEnd); in emit_DrawArrays_old()738 if ((gc->pc + single_vertex_size) >= gc->bufEnd) { in emit_DrawElements_none()752 if ((pc + single_vertex_size) >= gc->bufEnd) { in emit_DrawElements_none()770 if ((pc + 4) >= gc->bufEnd) { in emit_DrawElements_none()860 assert(pc <= gc->bufEnd); in emit_DrawElements_old()976 if ((gc->pc + single_vertex_size) >= gc->bufEnd) { in __indirect_glArrayElement()
408 gc->bufEnd = gc->buf + bufSize; in indirect_create_context()
255 GLubyte *bufEnd; member
217 …bool bufEnd = bufChar == 0 || bufChar == ' ' || bufChar == '\r' || bufChar == '\n' || bufChar == … in parseContainerLine() local221 if (bufEnd || elemEnd) in parseContainerLine()223 isMatch = bufEnd == elemEnd; in parseContainerLine()
195 char *bufEnd; /* end of the buffer */ member2119 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()2135 tag->bufEnd = temp + bufSize; in storeRawNames()2447 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()2466 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1); in doContent()2472 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()2478 tag->bufEnd = temp + bufSize; in doContent()