Home
last modified time | relevance | path

Searched refs:glPolygonOffsetxOES (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc239 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetxOES);
519 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetxOES); in init_stub_library()
H A Dstubs_arm.cc239 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 DlibGLESv1_CM.map.txt222 glPolygonOffsetxOES;
H A Dentries_gles1.in230 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
H A Dentries.in667 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java619 public static native void glPolygonOffsetxOES( in glPolygonOffsetxOES() method in GLES11Ext
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in121 void API_ENTRY(glPolygonOffsetxOES)(GLfixed factor, GLfixed units) {
122 CALL_GL_API(glPolygonOffsetxOES, factor, units);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h237 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2261 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28598 method public static void glPolygonOffsetxOES(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19546 method public static void glPolygonOffsetxOES(int, int);