Searched refs:attribute_names (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.hpp | 51 const char** attribute_names, const unsigned int* attribute_locations,
|
D | gl4cSparseBufferTests.cpp | 191 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()
|