Home
last modified time | relevance | path

Searched refs:glFogxvOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java334 public static native void glFogxvOES( in glFogxvOES() method in GLES11Ext
342 public static native void glFogxvOES( in glFogxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt100 glFogxvOES;
Dentries_gles1.in102 GL_ENTRY(void, glFogxvOES, GLenum pname, const GLfixed *param)
Dentries.in274 GL_ENTRY(void, glFogxvOES, GLenum pname, const GLfixed *param)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFogxvOES);
397 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFogxvOES); in init_stub_library()
Dstubs_arm64.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFogxvOES);
397 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFogxvOES); in init_stub_library()
Dstubs_arm.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFogxvOES);
397 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFogxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec21 void glFogxvOES ( GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in61 void API_ENTRY(glFogxvOES)(GLenum pname, const GLfixed *param) {
62 CALL_GL_API(glFogxvOES, pname, param);
/frameworks/native/opengl/include/GLES/
Dglext.h217 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1114 glFogxvOES( in android_glFogxvOES__I_3II()
1152 glFogxvOES( in android_glFogxvOES__ILjava_nio_IntBuffer_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.txt19485 method public static void glFogxvOES(int, int[], int);
19486 method public static void glFogxvOES(int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30416 method public static void glFogxvOES(int, int[], int);
30417 method public static void glFogxvOES(int, java.nio.IntBuffer);