/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotRenderer.cpp | 58 glGenBuffers( 1, &ibo_ ); in Init() 80 glGenBuffers( 1, &vbo_ ); in Init()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | RendererES2.cpp | 93 glGenBuffers(1, &mVB); in init()
|
D | RendererES3.cpp | 94 glGenBuffers(VB_COUNT, mVB); in init()
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libGLESv2.so.functions.txt | 63 glGenBuffers
|
D | libGLESv1_CM.so.functions.txt | 84 glGenBuffers
|
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libGLESv2.so.functions.txt | 63 glGenBuffers
|
D | libGLESv1_CM.so.functions.txt | 84 glGenBuffers
|
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
D | libGLESv2.so.functions.txt | 63 glGenBuffers
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libGLESv2.so.functions.txt | 63 glGenBuffers
|
D | libGLESv1_CM.so.functions.txt | 84 glGenBuffers
|
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 74 glGenBuffers( 1, &ibo_ ); in Init() 95 glGenBuffers( 1, &vbo_ ); in Init() 175 glGenBuffers( 1, &ubo_ ); in Init()
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv2.so.functions.txt | 82 glGenBuffers
|
D | libGLESv1_CM.so.functions.txt | 107 glGenBuffers
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv2.so.functions.txt | 82 glGenBuffers
|
D | libGLESv1_CM.so.functions.txt | 107 glGenBuffers
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 84 glGenBuffers
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libGLESv3.so.functions.txt | 89 glGenBuffers
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | MatrixPaletteRenderer.java | 185 gl11.glGenBuffers(2, vboIds, 0); in createBufferObjects()
|
D | CubeMapActivity.java | 341 gl11.glGenBuffers(2, vboIds, 0); in createBufferObjects()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 777 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() method in MatrixTrackingGL 781 public void glGenBuffers(int n, IntBuffer buffers) { in glGenBuffers() method in MatrixTrackingGL
|