Home
last modified time | relevance | path

Searched refs:glTexGeniOES (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp41 #define glTexGeni glTexGeniOES
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt258 glTexGeniOES;
Dentries_gles1.in271 GL_ENTRY(void, glTexGeniOES, GLenum coord, GLenum pname, GLint param)
Dentries.in862 GL_ENTRY(void, glTexGeniOES, GLenum coord, GLenum pname, GLint param)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc275 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGeniOES);
555 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGeniOES); in init_stub_library()
Dstubs_arm.cc275 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGeniOES);
555 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGeniOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec84 void glTexGeniOES ( GLenum coord, GLenum pname, GLint param )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1031 public static native void glTexGeniOES( in glTexGeniOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in262 void API_ENTRY(glTexGeniOES)(GLenum coord, GLenum pname, GLint param) {
263 CALL_GL_API(glTexGeniOES, coord, pname, param);
/frameworks/native/opengl/include/GLES/
Dglext.h471 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3544 glTexGeniOES( in android_glTexGeniOES__III()
Dcom_google_android_gles_jni_GLImpl.cpp42 #define glTexGeni glTexGeniOES
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19557 method public static void glTexGeniOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt33648 method public static void glTexGeniOES(int, int, int);