Searched refs:curr_binding (Results 1 – 2 of 2) sorted by relevance
321 const GLClientState::BufferBinding& curr_binding = in getVBOUsage() local324 GLuint bufferObject = curr_binding.buffer; in getVBOUsage()325 if (bufferObject == 0 && curr_binding.offset && hasClientArrays) { in getVBOUsage()
1211 … const GLClientState::BufferBinding& curr_binding = m_state->getCurrAttributeBindingInfo(i); in sendVertexAttributes() local1212 GLuint bufferObject = curr_binding.buffer; in sendVertexAttributes()1218 int divisor = curr_binding.divisor; in sendVertexAttributes()1219 int stride = curr_binding.stride; in sendVertexAttributes()1220 int effectiveStride = curr_binding.effectiveStride; in sendVertexAttributes()1221 uintptr_t offset = curr_binding.offset; in sendVertexAttributes()