diff options
Diffstat (limited to 'libs/hwui/renderstate/MeshState.h')
-rw-r--r-- | libs/hwui/renderstate/MeshState.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/hwui/renderstate/MeshState.h b/libs/hwui/renderstate/MeshState.h index 76f73d4..9b1021d 100644 --- a/libs/hwui/renderstate/MeshState.h +++ b/libs/hwui/renderstate/MeshState.h @@ -80,15 +80,15 @@ public: * Binds an attrib to the specified float vertex pointer. * Assumes a stride of gTextureVertexStride and a size of 2. */ - void bindPositionVertexPointer(const Program* currentProgram, bool force, - const GLvoid* vertices, GLsizei stride = kTextureVertexStride); + void bindPositionVertexPointer(bool force, const GLvoid* vertices, + GLsizei stride = kTextureVertexStride); /** * Binds an attrib to the specified float vertex pointer. * Assumes a stride of gTextureVertexStride and a size of 2. */ - void bindTexCoordsVertexPointer(const Program* currentProgram, bool force, - const GLvoid* vertices, GLsizei stride = kTextureVertexStride); + void bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, + GLsizei stride = kTextureVertexStride); /** * Resets the vertex pointers. |