Home
last modified time | relevance | path

Searched refs:IMMEDIATE_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/
H A DGLUP_context.h316 static const index_t IMMEDIATE_BUFFER_SIZE = 65536; variable
359 data_ = new GLfloat[dim * IMMEDIATE_BUFFER_SIZE]; in initialize()
407 geo_debug_assert(v < IMMEDIATE_BUFFER_SIZE); in copy_current_to()
420 geo_debug_assert(to < IMMEDIATE_BUFFER_SIZE); in copy()
421 geo_debug_assert(from < IMMEDIATE_BUFFER_SIZE); in copy()
440 return IMMEDIATE_BUFFER_SIZE * dimension() * sizeof(GLfloat); in size_in_bytes()
450 geo_debug_assert(v < IMMEDIATE_BUFFER_SIZE); in element_ptr()
565 IMMEDIATE_BUFFER_SIZE - ( in begin()
566 IMMEDIATE_BUFFER_SIZE % in begin()
1939 bool v_is_visible_[IMMEDIATE_BUFFER_SIZE];
H A DGLUP_context_ES.cpp211 IMMEDIATE_BUFFER_SIZE / nb_vertices_per_glup_primitive; in nb_elements()
H A DGLUP_context.cpp830 if(immediate_state_.nb_vertices() == IMMEDIATE_BUFFER_SIZE) { in stream_immediate_buffers()
1551 IMMEDIATE_BUFFER_SIZE / in set_primitive_info_immediate_index_mode()