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 132 void startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard);
Caches.cpp 284 void Caches::startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) {
OpenGLRenderer.h 569 void startTiling(const Rect& clip, int windowHeight, bool opaque = false, bool expand = false);
    [all...]
OpenGLRenderer.cpp 204 startTiling(*clip, getViewportHeight(), opaque, expand);
208 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) {
211 // Expand the startTiling region by 1
215 mCaches.startTiling(
222 mCaches.startTiling(clip.left, windowHeight - clip.bottom,
754 // Expand the startTiling region by 1
    [all...]

Completed in 354 milliseconds