Searched defs:hasClientArrays (Results 1 – 2 of 2) sorted by relevance
1189 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage()1196 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()5345 bool hasClientArrays = false; in s_glDrawArraysIndirect() local5372 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
286 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage()