Lines Matching refs:Layer
215 ANDROID_API void pushLayerUpdate(Layer* layer);
216 ANDROID_API void cancelLayerUpdate(Layer* layer);
285 virtual status_t drawLayer(Layer* layer, float x, float y);
478 void attachStencilBufferToLayer(Layer* layer);
530 void drawTextureLayer(Layer* layer, const Rect& rect);
548 inline float getLayerAlpha(Layer* layer) const;
672 bool createFboLayer(Layer* layer, Rect& bounds, Rect& clip, GLuint previousFbo);
680 void composeLayerRegion(Layer* layer, const Rect& rect);
689 void composeLayerRect(Layer* layer, const Rect& rect, bool swap = false);
1003 bool updateLayer(Layer* layer, bool inFrame);
1093 Vector<Layer*> mLayerUpdates;
1129 friend class Layer; variable