Home
last modified time | relevance | path

Searched refs:glTexGenfvOES (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1014 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/
DlibGLESv1_CM.map.txt257 glTexGenfvOES;
Dentries_gles1.in270 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
Dentries.in861 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp41 #define glTexGenfv glTexGenfvOES
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc274 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfvOES);
554 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfvOES); in init_stub_library()
Dstubs_arm64.cc274 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfvOES);
554 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfvOES); in init_stub_library()
Dstubs_arm.cc274 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/
DGLES11Ext.spec83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in259 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat *params) {
260 CALL_GL_API(glTexGenfvOES, coord, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h470 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3489 glTexGenfvOES( in android_glTexGenfvOES__II_3FI()
3528 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp42 #define glTexGenfv glTexGenfvOES
/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.txt19555 method public static void glTexGenfvOES(int, int, float[], int);
19556 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
/frameworks/base/core/api/
Dcurrent.txt30486 method public static void glTexGenfvOES(int, int, float[], int);
30487 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);