Home
last modified time | relevance | path

Searched refs:VERTICES_PER_TOOTH (Results 1 – 14 of 14) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dhello_world_gles_deriv.c62 #define VERTICES_PER_TOOTH 34 macro
175 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
H A Dhello_world_gles.c58 #define VERTICES_PER_TOOTH 34 macro
181 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
H A Dhello_world_gles_full.c58 #define VERTICES_PER_TOOTH 34 macro
181 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
H A Dhello_world_gles_full_944.c58 #define VERTICES_PER_TOOTH 34 macro
181 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
H A Dhello_world_gles_proxy.c63 #define VERTICES_PER_TOOTH 34 macro
186 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
H A Dfull_es2_sdlproc.c58 #define VERTICES_PER_TOOTH 34 macro
171 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/graphics/jogamp-jogl/jogl/src/test-native/mesa-demos-patched/
H A Des2gears.c57 #define VERTICES_PER_TOOTH 34 macro
170 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengles2/
H A Des2gears.c55 #define VERTICES_PER_TOOTH 34 macro
168 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengles2/
H A Des2gears.c55 #define VERTICES_PER_TOOTH 34 macro
168 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/graphics/cogl/cogl-1.22.8/examples/
H A Dcogl-gles2-gears.c56 #define VERTICES_PER_TOOTH 34 macro
191 gear->vertices = calloc (VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dgtkgears.c48 #define VERTICES_PER_TOOTH 34 macro
271 gear->vertices = g_malloc0_n (VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dgtkgears.c48 #define VERTICES_PER_TOOTH 34 macro
271 gear->vertices = g_malloc0_n (VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dgtkgears.c48 #define VERTICES_PER_TOOTH 34 macro
271 gear->vertices = g_malloc0_n (VERTICES_PER_TOOTH * teeth, sizeof(*gear->vertices)); in create_gear()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_glview_manygears.c56 #define VERTICES_PER_TOOTH 34 macro
192 gear->vertices = calloc(VERTICES_PER_TOOTH * teeth, in create_gear()