Searched defs:glBufferSubData (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1508 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) function
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp167 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java170 // C function void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
172 public static native void glBufferSubData( method in class:GLES11
H A DGLErrorWrapper.java974 public void glBufferSubData(int target, int offset, int size, Buffer data) { method in class:GLErrorWrapper
976 mgl11.glBufferSubData(target, offset, size, data);
H A DGLLogWrapper.java2790 public void glBufferSubData(int target, int offset, int size, Buffer data) { method in class:GLLogWrapper
2791 begin("glBufferSubData");
2797 mgl11.glBufferSubData(target, offset, size, data);
H A DGLES20.java432 // C function void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
434 public static native void glBufferSubData( method in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java159 void glBufferSubData( method in interface:GL11
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1182 // C function void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
1184 public native void glBufferSubData( method in class:GLImpl

Completed in 155 milliseconds