Searched defs:hasClientArrays (Results 1 – 2 of 2) sorted by relevance
1315 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage()1322 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()6027 bool hasClientArrays = false; in s_glDrawArraysIndirect() local6056 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
315 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage()