OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:generateQuad
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Patch.h
66
void
generateQuad
(TextureVertex*& vertex, float x1, float y1, float x2, float y2,
Patch.cpp
195
generateQuad
(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
206
generateQuad
(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
210
void Patch::
generateQuad
(TextureVertex*& vertex, float x1, float y1, float x2, float y2,
Completed in 2087 milliseconds