Home
last modified time | relevance | path

Searched refs:glGetTexGenfvOES (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1081 public static native void glGetTexGenfvOES( in glGetTexGenfvOES() method in GLES11Ext
1090 public static native void glGetTexGenfvOES( in glGetTexGenfvOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp36 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt145 glGetTexGenfvOES;
Dentries_gles1.in151 GL_ENTRY(void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat *params)
Dentries.in451 GL_ENTRY(void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat *params)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexGenfvOES);
442 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexGenfvOES); in init_stub_library()
Dstubs_arm.cc162 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexGenfvOES);
442 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexGenfvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec88 void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in268 void API_ENTRY(glGetTexGenfvOES)(GLenum coord, GLenum pname, GLfloat *params) {
269 CALL_GL_API(glGetTexGenfvOES, coord, pname, params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h439 #define glGetTexGenfvOES wrap_glGetTexGenfvOES macro
Dgles_undefine.h438 #undef glGetTexGenfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h473 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3754 glGetTexGenfvOES( in android_glGetTexGenfvOES__II_3FI()
3793 glGetTexGenfvOES( in android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp37 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19512 method public static void glGetTexGenfvOES(int, int, float[], int);
19513 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt32189 method public static void glGetTexGenfvOES(int, int, float[], int);
32190 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32333 method public static void glGetTexGenfvOES(int, int, float[], int);
32334 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);