Home | History | Annotate | Download | only in GLES2

Lines Matching full:divisor

694 void API_ENTRY(glVertexAttribDivisor)(GLuint index, GLuint divisor) {
695 CALL_GL_API(glVertexAttribDivisor, index, divisor);
940 void API_ENTRY(glVertexBindingDivisor)(GLuint bindingindex, GLuint divisor) {
941 CALL_GL_API(glVertexBindingDivisor, bindingindex, divisor);