Searched defs:quads (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.h61 Vector<Rect> quads; member in struct:android::uirenderer::Patch
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp31 void render(int quads);
228 void render(int quads) argument
249 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
250 for (i=0 ; i<quads ; i++)
267 printf("loop %d / 10 (%d quads / loop)\n", j, quads);
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);

Completed in 65 milliseconds