Searched refs:CreateMesh (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | trianglesetuptest.cc | 67 count_ = CreateMesh(&indices, &index_buffer_size, width, height, 0); in Run() 86 CreateMesh(&indices, &index_buffer_size, width, height, RAND_MAX / 2); in Run()
|
D | drawsizetest.cc | 70 count_ = CreateMesh(&indices, &index_buffer_size, width, height, 0); in Run()
|
D | attributefetchtest.cc | 115 count_ = CreateMesh(&indices, &index_buffer_size, width, height, 0); in Run()
|
D | varyingsandddxytest.cc | 174 count_ = CreateMesh(&indices, &index_buffer_size, c, c, 0); in Run()
|
D | utils.h | 85 int CreateMesh(GLushort** indices,
|
D | utils.cc | 249 int CreateMesh(GLushort** indices, in CreateMesh() function
|