Searched refs:glTexEnvfv (Results 1 – 8 of 8) sorted by relevance
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 209 glTexEnvfv
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 209 glTexEnvfv
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 209 glTexEnvfv
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 209 glTexEnvfv
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 247 glTexEnvfv
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 247 glTexEnvfv
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 602 public void glTexEnvfv(int target, int pname, float[] params, int offset) { in glTexEnvfv() method in MatrixTrackingGL 603 mgl.glTexEnvfv(target, pname, params, offset); in glTexEnvfv() 606 public void glTexEnvfv(int target, int pname, FloatBuffer params) { in glTexEnvfv() method in MatrixTrackingGL 607 mgl.glTexEnvfv(target, pname, params); in glTexEnvfv()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
|