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

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

Completed in 78 milliseconds