Home
last modified time | relevance | path

Searched refs:bufEnd (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/glx/
Dpackrender.h77 if (pc + (size) > gc->bufEnd) { \
89 if (pc + (size) > gc->bufEnd) { \
107 if (pc + (size) > gc->bufEnd) { \
Dindirect_vertex_array.c512 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()
Dindirect_glx.c408 gc->bufEnd = gc->buf + bufSize; in indirect_create_context()
Dglxclient.h255 GLubyte *bufEnd; member
/external/deqp/executor/
DxeContainerFormatParser.cpp217 …bool bufEnd = bufChar == 0 || bufChar == ' ' || bufChar == '\r' || bufChar == '\n' || bufChar == … in parseContainerLine() local
221 if (bufEnd || elemEnd) in parseContainerLine()
223 isMatch = bufEnd == elemEnd; in parseContainerLine()
/external/expat/lib/
Dxmlparse.c195 char *bufEnd; /* end of the buffer */ member
2119 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()