Home
last modified time | relevance | path

Searched refs:glGetLightfv (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java299 void glGetLightfv( in glGetLightfv() method
306 void glGetLightfv( in glGetLightfv() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java360 public static native void glGetLightfv( in glGetLightfv() method in GLES11
369 public static native void glGetLightfv( in glGetLightfv() method in GLES11
DGLErrorWrapper.java1094 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()
DGLLogWrapper.java2964 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()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec17 void glGetLightfv ( GLenum light, GLenum pname, GLfloat *params )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.117 void glGetLightfv ( GLenum light, GLenum pname, GLfloat *params )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt132 glGetLightfv;
Dentries_gles1.in137 GL_ENTRY(void, glGetLightfv, GLenum light, GLenum pname, GLfloat *params)
Dentries.in371 GL_ENTRY(void, glGetLightfv, GLenum light, GLenum pname, GLfloat *params)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc149 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightfv);
429 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightfv); in init_stub_library()
Dstubs_arm.cc149 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightfv);
429 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightfv); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1375 public native void glGetLightfv( in glGetLightfv() method in GLImpl
1384 public native void glGetLightfv( in glGetLightfv() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in34 void API_ENTRY(glGetLightfv)(GLenum light, GLenum pname, GLfloat *params) {
35 CALL_GL_API(glGetLightfv, light, pname, params);
/frameworks/native/opengl/include/GLES/
Dgl.h416 GL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h361 #define glGetLightfv wrap_glGetLightfv macro
Dgles_undefine.h360 #undef glGetLightfv
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp1352 glGetLightfv( in android_glGetLightfv__II_3FI()
1422 glGetLightfv( in android_glGetLightfv__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp5258 glGetLightfv( in android_glGetLightfv__II_3FI()
5345 glGetLightfv( in android_glGetLightfv__IILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19279 method public static void glGetLightfv(int, int, float[], int);
19280 method public static void glGetLightfv(int, int, java.nio.FloatBuffer);
52199 method public abstract void glGetLightfv(int, int, float[], int);
52200 method public abstract void glGetLightfv(int, int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt31956 method public static void glGetLightfv(int, int, float[], int);
31957 method public static void glGetLightfv(int, int, java.nio.FloatBuffer);
76461 method public void glGetLightfv(int, int, float[], int);
76462 method public void glGetLightfv(int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32100 method public static void glGetLightfv(int, int, float[], int);
32101 method public static void glGetLightfv(int, int, java.nio.FloatBuffer);
76605 method public void glGetLightfv(int, int, float[], int);
76606 method public void glGetLightfv(int, int, java.nio.FloatBuffer);