summaryrefslogtreecommitdiffstats
path: root/opengl/system/GLESv1_enc/GLEncoder.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-10-31 16:27:34 +0100
committerDavid 'Digit' Turner <digit@google.com>2014-10-31 16:27:34 +0100
commit54284eb63c164d924f39f15086e55c65d8e6833f (patch)
tree2233de38d227b7e60045b687ee6ffa1d667f5f26 /opengl/system/GLESv1_enc/GLEncoder.h
parentc1a91516fefca31994dc45a8a634a88eaf6a129f (diff)
parent5a7d8f2d70c2c84f0f84c2b8d0ac3fc119935259 (diff)
downloadandroid_device_generic_goldfish-54284eb63c164d924f39f15086e55c65d8e6833f.tar.gz
android_device_generic_goldfish-54284eb63c164d924f39f15086e55c65d8e6833f.tar.bz2
android_device_generic_goldfish-54284eb63c164d924f39f15086e55c65d8e6833f.zip
resolved conflicts for merge of 5a7d8f2d to stage-aosp-master
Change-Id: I4ce3cee422f8e98d70bbf2ffcaac34650c7182b4
Diffstat (limited to 'opengl/system/GLESv1_enc/GLEncoder.h')
-rw-r--r--opengl/system/GLESv1_enc/GLEncoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/system/GLESv1_enc/GLEncoder.h b/opengl/system/GLESv1_enc/GLEncoder.h
index effc53f..3c794f2 100644
--- a/opengl/system/GLESv1_enc/GLEncoder.h
+++ b/opengl/system/GLESv1_enc/GLEncoder.h
@@ -111,9 +111,9 @@ private:
static void s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *data);
static void s_glNormalPointer(void *self, GLenum type, GLsizei stride, const void *data);
static void s_glColorPointer(void *self, int size, GLenum type, GLsizei stride, const void *data);
- static void s_glPointsizePointer(void *self, GLenum type, GLsizei stride, const void *data);
+ static void s_glPointSizePointerOES(void *self, GLenum type, GLsizei stride, const void *data);
static void s_glClientActiveTexture(void *self, GLenum texture);
- static void s_glTexcoordPointer(void *self, int size, GLenum type, GLsizei stride, const void *data);
+ static void s_glTexCoordPointer(void *self, int size, GLenum type, GLsizei stride, const void *data);
static void s_glMatrixIndexPointerOES(void *self, int size, GLenum type, GLsizei stride, const void * data);
static void s_glWeightPointerOES(void *self, int size, GLenum type, GLsizei stride, const void * data);
static void s_glDisableClientState(void *self, GLenum state);