Lines Matching refs:hasClientArrays
1315 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage() argument
1316 if (hasClientArrays) *hasClientArrays = false; in getVBOUsage()
1319 m_state->getVBOUsage(hasClientArrays, hasVBOs); in getVBOUsage()
1322 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes() argument
1339 if (hasClientArrays && lastBoundVbo != bufferObject) { in sendVertexAttributes()
1398 if (hasClientArrays) { in sendVertexAttributes()
1414 …hasClientArrays, i, bufferObject, (unsigned int)buf->m_size, buf != NULL, firstIndex, firstIndex +… in sendVertexAttributes()
1421 if (hasClientArrays) { in sendVertexAttributes()
1427 if (hasClientArrays && lastBoundVbo != m_state->currentArrayVbo()) { in sendVertexAttributes()
6027 bool hasClientArrays = false; in s_glDrawArraysIndirect() local
6029 ctx->getVBOUsage(&hasClientArrays, &hasVBOs); in s_glDrawArraysIndirect()
6031 SET_ERROR_IF(hasClientArrays, GL_INVALID_OPERATION); in s_glDrawArraysIndirect()
6056 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
6058 ctx->getVBOUsage(&hasClientArrays, &hasVBOs); in s_glDrawElementsIndirect()
6060 SET_ERROR_IF(hasClientArrays, GL_INVALID_OPERATION); in s_glDrawElementsIndirect()