Searched refs:glPolygonOffsetxOES (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 239 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetxOES); 519 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetxOES); in init_stub_library()
|
H A D | stubs_arm.cc | 239 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetxOES); 519 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetxOES); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 222 glPolygonOffsetxOES;
|
H A D | entries_gles1.in | 230 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
H A D | entries.in | 667 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 619 public static native void glPolygonOffsetxOES( in glPolygonOffsetxOES() method in GLES11Ext
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | glext_api.in | 121 void API_ENTRY(glPolygonOffsetxOES)(GLfixed factor, GLfixed units) { 122 CALL_GL_API(glPolygonOffsetxOES, factor, units);
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 237 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 2261 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28598 method public static void glPolygonOffsetxOES(int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19546 method public static void glPolygonOffsetxOES(int, int);
|