Searched defs:vertex_attrib_divisor (Results 1 – 2 of 2) sorted by relevance
425 void vertex_attrib_divisor(NegativeTestContext &ctx) in vertex_attrib_divisor() function
2324 const GLuint vertex_attrib_divisor = (PER_INSTANCE == attribute_type) ? 1 : 0; in prepareVertexArray() local