Home
last modified time | relevance | path

Searched defs:vertex_attrib_divisor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp425 void vertex_attrib_divisor(NegativeTestContext &ctx) in vertex_attrib_divisor() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp2324 const GLuint vertex_attrib_divisor = (PER_INSTANCE == attribute_type) ? 1 : 0; in prepareVertexArray() local