Home
last modified time | relevance | path

Searched refs:CreateMesh (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dtrianglesetuptest.cc70 count_ = CreateMesh(&indices, &index_buffer_size, width, height, 0); in Run()
87 count_ = CreateMesh(&indices, &index_buffer_size, width, height, in Run()
Dutils.h38 int CreateMesh(GLushort **indices, GLsizeiptr *size,
Dattributefetchtest.cc109 count_ = CreateMesh(&indices, &index_buffer_size, width, height, 0); in Run()
Dvaryingsandddxytest.cc179 count_ = CreateMesh(&indices, &index_buffer_size, c, c, 0); in Run()
Dutils.cc223 int CreateMesh(GLushort **indices, GLsizeiptr *size, in CreateMesh() function