Home
last modified time | relevance | path

Searched refs:n_attribute (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp3355 for (unsigned int n_attribute = 0; n_attribute < n_attributes; ++n_attribute) in executeTest() local
3357 glw::GLint attribute = attributes[n_attribute]; in executeTest()
Dgl4cSparseBufferTests.cpp269 for (unsigned int n_attribute = 0; n_attribute < n_attribute_properties; ++n_attribute) in createProgram() local
271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram()