Searched refs:glBufferData (Results 1 – 25 of 28) sorted by relevance
12
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | RendererES3.cpp | 96 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW); in init() 98 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 4*sizeof(float), NULL, GL_DYNAMIC_DRAW); in init() 100 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 2*sizeof(float), NULL, GL_STATIC_DRAW); in init()
|
D | RendererES2.cpp | 95 glBufferData(GL_ARRAY_BUFFER, sizeof(QUAD), &QUAD[0], GL_STATIC_DRAW); in init()
|
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotRenderer.cpp | 60 glBufferData( GL_ELEMENT_ARRAY_BUFFER, sizeof(teapotIndices), teapotIndices, in Init() 82 glBufferData( GL_ARRAY_BUFFER, iStride * num_vertices_, p, GL_STATIC_DRAW ); in Init()
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libGLESv2.so.functions.txt | 14 glBufferData
|
D | libGLESv1_CM.so.functions.txt | 13 glBufferData
|
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libGLESv2.so.functions.txt | 14 glBufferData
|
D | libGLESv1_CM.so.functions.txt | 13 glBufferData
|
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
D | libGLESv2.so.functions.txt | 14 glBufferData
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libGLESv2.so.functions.txt | 14 glBufferData
|
D | libGLESv1_CM.so.functions.txt | 13 glBufferData
|
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 76 glBufferData( GL_ELEMENT_ARRAY_BUFFER, sizeof(teapotIndices), teapotIndices, GL_STATIC_DRAW ); in Init() 97 glBufferData( GL_ARRAY_BUFFER, iStride * num_vertices_, p, GL_STATIC_DRAW ); in Init() 190 glBufferData( GL_UNIFORM_BUFFER, iSize * sizeof(float), pBuffer, GL_DYNAMIC_DRAW ); in Init()
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv2.so.functions.txt | 15 glBufferData
|
D | libGLESv1_CM.so.functions.txt | 14 glBufferData
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv2.so.functions.txt | 15 glBufferData
|
D | libGLESv1_CM.so.functions.txt | 14 glBufferData
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 13 glBufferData
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libGLESv3.so.functions.txt | 22 glBufferData
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | MatrixPaletteRenderer.java | 192 …gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_S… in createBufferObjects() 196 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects()
|
D | CubeMapActivity.java | 348 …gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_S… in createBufferObjects() 352 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects()
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 486 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid* dat…
|
12