/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11.java | 299 void glGetLightfv( in glGetLightfv() method 306 void glGetLightfv( in glGetLightfv() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11.java | 360 public static native void glGetLightfv( in glGetLightfv() method in GLES11 369 public static native void glGetLightfv( in glGetLightfv() method in GLES11
|
H A D | GLErrorWrapper.java | 1094 public void glGetLightfv(int light, int pname, float[] params, int offset) { in glGetLightfv() method in GLErrorWrapper 1096 mgl11.glGetLightfv(light, pname, params, offset); in glGetLightfv() 1100 public void glGetLightfv(int light, int pname, FloatBuffer params) { in glGetLightfv() method in GLErrorWrapper 1102 mgl11.glGetLightfv(light, pname, params); in glGetLightfv()
|
H A D | GLLogWrapper.java | 2964 public void glGetLightfv(int light, int pname, float[] params, int offset) { in glGetLightfv() method in GLLogWrapper 2971 mgl11.glGetLightfv(light, pname, params, offset); in glGetLightfv() 2975 public void glGetLightfv(int light, int pname, FloatBuffer params) { in glGetLightfv() method in GLLogWrapper 2981 mgl11.glGetLightfv(light, pname, params); in glGetLightfv()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1375 public native void glGetLightfv( in glGetLightfv() method in GLImpl 1384 public native void glGetLightfv( in glGetLightfv() method in GLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11.cpp | 1352 glGetLightfv( in android_glGetLightfv__II_3FI() 1422 glGetLightfv( in android_glGetLightfv__IILjava_nio_FloatBuffer_2()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 5259 glGetLightfv( in android_glGetLightfv__II_3FI() 5346 glGetLightfv( in android_glGetLightfv__IILjava_nio_FloatBuffer_2()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 30118 method public static void glGetLightfv(int, int, float[], int); 30119 method public static void glGetLightfv(int, int, java.nio.FloatBuffer); 61384 method public void glGetLightfv(int, int, float[], int); 61385 method public void glGetLightfv(int, int, java.nio.FloatBuffer);
|