Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp51 const char** attribute_names, const unsigned int* attribute_locations,
Dgl4cSparseBufferTests.cpp191 unsigned int n_vs_body_parts, const char** attribute_names, in createProgram() argument
271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram()
4318 const char* attribute_names[] = { "color", "position" }; in initTestCaseGlobal() local
4324 &vs_body, 1, attribute_names, attribute_locations, in initTestCaseGlobal()