OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startTiling
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Caches.cpp
638
void Caches::
startTiling
(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) {
OpenGLRenderer.cpp
221
startTiling
(mSnapshot, true);
286
void OpenGLRenderer::
startTiling
(const sp<Snapshot>& s, bool opaque) {
293
startTiling
(*clip, s->height, opaque);
297
void OpenGLRenderer::
startTiling
(const Rect& clip, int windowHeight, bool opaque) {
299
mCaches.
startTiling
(clip.left, windowHeight - clip.bottom,
597
startTiling
(mSnapshot);
[
all
...]
Completed in 105 milliseconds