Home
last modified time | relevance | path

Searched refs:startTiling (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.h287 void startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard);
DCaches.cpp656 void Caches::startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) { in startTiling() function in android::uirenderer::Caches
DOpenGLRenderer.h509 void startTiling(const Rect& clip, int windowHeight, bool opaque = false, bool expand = false);
DOpenGLRenderer.cpp282 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()