HomeSort by relevance Sort by last modified time
    Searched refs:startTiling (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
Caches.h 280 void startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard);
OpenGLRenderer.h 590 void startTiling(const sp<Snapshot>& snapshot, bool opaque = false);
597 void startTiling(const Rect& clip, int windowHeight, bool opaque = false);
    [all...]
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...]
Caches.cpp 638 void Caches::startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) {

Completed in 49 milliseconds