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