/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | FrameBuffer.cpp | 73 glGenTextures(1, &mTextureName); in CreateBuffers()
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
D | libGLESv2.so.functions.txt | 68 glGenTextures
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
D | libGLESv2.so.functions.txt | 68 glGenTextures
|
D | libGLESv1_CM.so.functions.txt | 87 glGenTextures
|
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libGLESv2.so.functions.txt | 68 glGenTextures
|
D | libGLESv1_CM.so.functions.txt | 87 glGenTextures
|
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
D | libGLESv2.so.functions.txt | 68 glGenTextures
|
D | libGLESv1_CM.so.functions.txt | 87 glGenTextures
|
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv2.so.functions.txt | 87 glGenTextures
|
D | libGLESv1_CM.so.functions.txt | 111 glGenTextures
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv2.so.functions.txt | 87 glGenTextures
|
D | libGLESv1_CM.so.functions.txt | 111 glGenTextures
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 87 glGenTextures
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libGLESv3.so.functions.txt | 94 glGenTextures
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libGLESv3.so.functions.txt | 94 glGenTextures
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
D | libGLESv3.so.functions.txt | 94 glGenTextures
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | StaticTriangleRenderer.java | 100 glGenTextures(1, textures, 0); in onSurfaceCreated()
|
D | TriangleRenderer.java | 72 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
D | libGLESv3.so.functions.txt | 119 glGenTextures
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 274 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in MatrixTrackingGL 275 mgl.glGenTextures(n, textures, offset); in glGenTextures() 278 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in MatrixTrackingGL 279 mgl.glGenTextures(n, textures); in glGenTextures()
|