Lines Matching refs:Layer
31 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight): in Layer() function in android::uirenderer::Layer
53 Layer::~Layer() { in ~Layer()
62 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { in computeIdealWidth()
66 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) { in computeIdealHeight()
70 bool Layer::resize(const uint32_t width, const uint32_t height) { in resize()
114 void Layer::removeFbo(bool flush) { in removeFbo()
134 void Layer::setPaint(SkPaint* paint) { in setPaint()
138 void Layer::setColorFilter(SkiaColorFilter* filter) { in setColorFilter()
148 void Layer::bindTexture() const { in bindTexture()
154 void Layer::bindStencilRenderBuffer() const { in bindStencilRenderBuffer()
160 void Layer::generateTexture() { in generateTexture()
166 void Layer::deleteTexture() { in deleteTexture()
173 void Layer::clearTexture() { in clearTexture()
177 void Layer::allocateTexture() { in allocateTexture()
188 void Layer::defer() { in defer()
214 void Layer::cancelDefer() { in cancelDefer()
224 void Layer::flush() { in flush()
241 void Layer::render() { in render()