Searched refs:glFogxvOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 334 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/ |
D | libGLESv1_CM.map.txt | 100 glFogxvOES;
|
D | entries_gles1.in | 102 GL_ENTRY(void, glFogxvOES, GLenum pname, const GLfixed *param)
|
D | entries.in | 274 GL_ENTRY(void, glFogxvOES, GLenum pname, const GLfixed *param)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFogxvOES); 397 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFogxvOES); in init_stub_library()
|
D | stubs_arm.cc | 117 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/ |
D | GLES11Ext.spec | 21 void glFogxvOES ( GLenum pname, const GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 61 void API_ENTRY(glFogxvOES)(GLenum pname, const GLfixed *param) { 62 CALL_GL_API(glFogxvOES, pname, param);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 274 #define glFogxvOES wrap_glFogxvOES macro
|
D | gles_undefine.h | 273 #undef glFogxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 217 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1111 glFogxvOES( in android_glFogxvOES__I_3II() 1149 glFogxvOES( in android_glFogxvOES__ILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19485 method public static void glFogxvOES(int, int[], int); 19486 method public static void glFogxvOES(int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32162 method public static void glFogxvOES(int, int[], int); 32163 method public static void glFogxvOES(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32306 method public static void glFogxvOES(int, int[], int); 32307 method public static void glFogxvOES(int, java.nio.IntBuffer);
|