HomeSort by relevance Sort by last modified time
    Searched defs:glPolygonOffsetx (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 520 public void glPolygonOffsetx(int factor, int units) {
521 mgl.glPolygonOffsetx(factor, units);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 544 public void glPolygonOffsetx(int factor, int units) {
545 ((GL10)mGL).glPolygonOffsetx(factor, units);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 174 void (*glPolygonOffsetx)(GLfixed factor, GLfixed units);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 129 glPolygonOffsetx_client_proc_t glPolygonOffsetx;
gl_entry.cpp 124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 641 void glPolygonOffsetx(GLfixed factor, GLfixed units)
643 getDispatch()->glPolygonOffsetx(factor, units);
    [all...]
gles_dispatch.h 140 glPolygonOffsetx_t glPolygonOffsetx;
412 glPolygonOffsetx_t set_glPolygonOffsetx(glPolygonOffsetx_t f) { glPolygonOffsetx_t retval = glPolygonOffsetx; glPolygonOffsetx = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 129 glPolygonOffsetx_wrapper_proc_t glPolygonOffsetx;
gles1_wrapper_entry.cpp 124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
    [all...]

Completed in 57 milliseconds