Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java553 void glLightModelfv( in glLightModelfv() method
559 void glLightModelfv( in glLightModelfv() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java693 public static native void glLightModelfv( in glLightModelfv() method in GLES10
701 public static native void glLightModelfv( in glLightModelfv() method in GLES10
DGLErrorWrapper.java396 public void glLightModelfv(int pname, float[] params, int offset) { in glLightModelfv() method in GLErrorWrapper
398 mgl.glLightModelfv(pname, params, offset); in glLightModelfv()
402 public void glLightModelfv(int pname, FloatBuffer params) { in glLightModelfv() method in GLErrorWrapper
404 mgl.glLightModelfv(pname, params); in glLightModelfv()
DGLLogWrapper.java1790 public void glLightModelfv(int pname, float[] params, int offset) { in glLightModelfv() method in GLLogWrapper
1797 mgl.glLightModelfv(pname, params, offset); in glLightModelfv()
1801 public void glLightModelfv(int pname, FloatBuffer params) { in glLightModelfv() method in GLLogWrapper
1807 mgl.glLightModelfv(pname, params); in glLightModelfv()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt161 glLightModelfv;
Dentries_gles1.in171 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params)
Dentries.in535 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLightModelfv);
458 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLightModelfv); in init_stub_library()
Dstubs_arm64.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLightModelfv);
458 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLightModelfv); in init_stub_library()
Dstubs_arm.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLightModelfv);
458 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLightModelfv); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java521 public native void glLightModelfv( in glLightModelfv() method in GLImpl
529 public native void glLightModelfv( in glLightModelfv() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec48 void glLightModelfv ( GLenum pname, const GLfloat *params )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.048 void glLightModelfv ( GLenum pname, const GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in49 void API_ENTRY(glLightModelfv)(GLenum pname, const GLfloat *params) {
50 CALL_GL_API(glLightModelfv, pname, params);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h520 GLAPI void APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/frameworks/native/opengl/include/GLES/
Dgl.h421 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1443 glLightModelfv( in android_glLightModelfv__I_3FI()
1498 glLightModelfv( in android_glLightModelfv__ILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp2027 glLightModelfv( in android_glLightModelfv__I_3FI()
2087 glLightModelfv( in android_glLightModelfv__ILjava_nio_FloatBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18935 method public static void glLightModelfv(int, float[], int);
18936 method public static void glLightModelfv(int, java.nio.FloatBuffer);
51857 method public abstract void glLightModelfv(int, float[], int);
51858 method public abstract void glLightModelfv(int, java.nio.FloatBuffer);
/frameworks/base/core/api/
Dcurrent.txt29866 method public static void glLightModelfv(int, float[], int);
29867 method public static void glLightModelfv(int, java.nio.FloatBuffer);
61713 method public void glLightModelfv(int, float[], int);
61714 method public void glLightModelfv(int, java.nio.FloatBuffer);