Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt222 glPolygonOffsetxOES;
Dentries_gles1.in230 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
Dentries.in667 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc239 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetxOES);
519 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetxOES); in init_stub_library()
Dstubs_arm.cc239 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetxOES);
519 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetxOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java619 public static native void glPolygonOffsetxOES( in glPolygonOffsetxOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in121 void API_ENTRY(glPolygonOffsetxOES)(GLfixed factor, GLfixed units) {
122 CALL_GL_API(glPolygonOffsetxOES, factor, units);
/frameworks/native/opengl/include/GLES/
Dglext.h237 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2259 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()
/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.txt19546 method public static void glPolygonOffsetxOES(int, int);
/frameworks/base/api/
Dcurrent.txt33637 method public static void glPolygonOffsetxOES(int, int);