Searched refs:glPolygonOffsetxOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java617 // C function void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
619 public static native void glPolygonOffsetxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto305 glPolygonOffsetxOES = 279;
/frameworks/native/opengl/include/GLES/
H A Dglext.h648 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp920 const GLMessage_Function GLMessage::glPolygonOffsetxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1268 static const Function glPolygonOffsetxOES = GLMessage_Function_glPolygonOffsetxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp20680 glmsg.set_function(GLMessage::glPolygonOffsetxOES);
20697 glContext->hooks->gl.glPolygonOffsetxOES(factor, units);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1919 /* void glPolygonOffsetxOES ( GLfixed factor, GLfixed units ) */
1923 glPolygonOffsetxOES(
3521 {"glPolygonOffsetxOES", "(II)V", (void *) android_glPolygonOffsetxOES__II },

Completed in 4302 milliseconds