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

1 2 3

  /frameworks/native/opengl/libagl/
matrix.cpp 1095 void glPolygonOffsetx(GLfixed factor, GLfixed units)
  /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...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 847 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
849 public native void glPolygonOffsetx(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 645 public void glPolygonOffsetx(int factor, int units) {
647 mgl.glPolygonOffsetx(factor, units);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java     [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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 781 void glPolygonOffsetx(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 620 #define glPolygonOffsetx wrap_glPolygonOffsetx
    [all...]
gles_undefine.h 619 #undef glPolygonOffsetx
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 309 glPolygonOffsetx(278, 278),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 618 milliseconds

1 2 3