Searched refs:startTiling (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Caches.h | 287 void startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard);
|
D | Caches.cpp | 656 void Caches::startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) { in startTiling() function in android::uirenderer::Caches
|
D | OpenGLRenderer.h | 509 void startTiling(const Rect& clip, int windowHeight, bool opaque = false, bool expand = false);
|
D | OpenGLRenderer.cpp | 282 startTiling(*clip, getViewportHeight(), opaque, expand); in startTilingCurrentClip() 286 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { in startTiling() function in android::uirenderer::OpenGLRenderer 293 mCaches.startTiling( in startTiling() 300 mCaches.startTiling(clip.left, windowHeight - clip.bottom, in startTiling() 1451 startTiling(layer->clipRect, layer->layer.getHeight()); in attachStencilBufferToLayer()
|