Searched defs:glWeightPointerOES (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java139 void glWeightPointerOES( method in interface:GL11Ext
146 void glWeightPointerOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLWrapperBase.java326 public void glWeightPointerOES(int size, int type, int stride, Buffer pointer) { method in class:GLWrapperBase
330 public void glWeightPointerOES(int size, int type, int stride, int offset) { method in class:GLWrapperBase
H A DGLES11Ext.java876 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
878 public static native void glWeightPointerOES( method in class:GLES11Ext
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1814 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
1816 public native void glWeightPointerOES( method in class:GLImpl
1823 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
1825 public native void glWeightPointerOES( method in class:GLImpl

Completed in 123 milliseconds