summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderstate/RenderState.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/renderstate/RenderState.h')
-rw-r--r--libs/hwui/renderstate/RenderState.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/hwui/renderstate/RenderState.h b/libs/hwui/renderstate/RenderState.h
index 2e28ff6..4fd792c 100644
--- a/libs/hwui/renderstate/RenderState.h
+++ b/libs/hwui/renderstate/RenderState.h
@@ -91,6 +91,8 @@ public:
MeshState& meshState() { return *mMeshState; }
Scissor& scissor() { return *mScissor; }
Stencil& stencil() { return *mStencil; }
+
+ void dump();
private:
friend class renderthread::RenderThread;
friend class Caches;
@@ -99,9 +101,6 @@ private:
void resumeFromFunctorInvoke();
void assertOnGLThread();
- void setupVertexAttributes(const Glop& glop);
- void tearDownVertexAttributes(const Glop& glop);
-
RenderState(renderthread::RenderThread& thread);
~RenderState();