Lines Matching refs:hasClientArrays
1189 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage() argument
1190 if (hasClientArrays) *hasClientArrays = false; in getVBOUsage()
1193 m_state->getVBOUsage(hasClientArrays, hasVBOs); in getVBOUsage()
1196 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes() argument
1213 if (hasClientArrays && lastBoundVbo != bufferObject) { in sendVertexAttributes()
1268 if (hasClientArrays) { in sendVertexAttributes()
1281 …hasClientArrays, i, bufferObject, (unsigned int)buf->m_size, buf != NULL, firstIndex, firstIndex +… in sendVertexAttributes()
1287 if (hasClientArrays) { in sendVertexAttributes()
1293 if (hasClientArrays && lastBoundVbo != m_state->currentArrayVbo()) { in sendVertexAttributes()
5345 bool hasClientArrays = false; in s_glDrawArraysIndirect() local
5347 ctx->getVBOUsage(&hasClientArrays, &hasVBOs); in s_glDrawArraysIndirect()
5349 SET_ERROR_IF(hasClientArrays, GL_INVALID_OPERATION); in s_glDrawArraysIndirect()
5372 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
5374 ctx->getVBOUsage(&hasClientArrays, &hasVBOs); in s_glDrawElementsIndirect()
5376 SET_ERROR_IF(hasClientArrays, GL_INVALID_OPERATION); in s_glDrawElementsIndirect()