Searched defs:glBeginTransformFeedback (Results 1 - 18 of 18) sorted by relevance

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL30.java297 public void glBeginTransformFeedback (int primitiveMode) { method in class:AndroidGL30
298 GLES30.glBeginTransformFeedback(primitiveMode);
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL30.java362 public void glBeginTransformFeedback (int primitiveMode) { method in class:LwjglGL30
363 GL30.glBeginTransformFeedback(primitiveMode);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL30.java364 public void glBeginTransformFeedback (int primitiveMode) { method in class:Lwjgl3GL30
365 GL30.glBeginTransformFeedback(primitiveMode);
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES30.java106 public native void glBeginTransformFeedback(int primitiveMode); method in class:IOSGLES30
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES30.java90 public native void glBeginTransformFeedback(int primitiveMode); method in class:IOSGLES30
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
H A DGL30Profiler.java1482 public void glBeginTransformFeedback (int primitiveMode) { method in class:GL30Profiler
1484 gl30.glBeginTransformFeedback(primitiveMode);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DGL30.java669 // C function void glBeginTransformFeedback ( GLenum primitiveMode )
671 public void glBeginTransformFeedback (int primitiveMode); method in interface:GL30
/external/mesa3d/include/GL/
H A Dgl_mangle.h63 #define glBeginTransformFeedback MANGLE(BeginTransformFeedback) macro
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglew.h2188 #define glBeginTransformFeedback GLEW_GET_FUN(__glewBeginTransformFeedback) macro
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 258 milliseconds