/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1014 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext 1023 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 257 glTexGenfvOES;
|
D | entries_gles1.in | 270 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
|
D | entries.in | 861 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 41 #define glTexGenfv glTexGenfvOES
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 274 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfvOES); 554 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfvOES); in init_stub_library()
|
D | stubs_arm64.cc | 274 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfvOES); 554 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfvOES); in init_stub_library()
|
D | stubs_arm.cc | 274 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfvOES); 554 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfvOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 259 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat *params) { 260 CALL_GL_API(glTexGenfvOES, coord, pname, params);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 470 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3489 glTexGenfvOES( in android_glTexGenfvOES__II_3FI() 3528 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 42 #define glTexGenfv glTexGenfvOES
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19555 method public static void glTexGenfvOES(int, int, float[], int); 19556 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|
/frameworks/base/core/api/ |
D | current.txt | 30486 method public static void glTexGenfvOES(int, int, float[], int); 30487 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|