Searched defs:glMapBufferRange (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglMapBufferRange.java1 // C function GLvoid * glMapBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access )
3 public static native java.nio.Buffer glMapBufferRange( method
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp278 void* glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) { function
H A Dunwrap_gles.h541 #undef glMapBufferRange macro
H A Dwrap_gles.h541 #define glMapBufferRange wrap_glMapBufferRange macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java762 // C function GLvoid * glMapBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access )
764 public static native java.nio.Buffer glMapBufferRange( method in class:GLES30

Completed in 136 milliseconds