Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/vogl
/ functions
Functions
7,444 in github.com/ValveSoftware/vogl
⨍
Functions
7,444
◇
Types & classes
1,711
↓ 6 callers
Method
get_diff_bit
src/voglcore/vogl_etc.h:174
↓ 6 callers
Method
get_hash
src/voglcore/vogl_value.h:919
↓ 6 callers
Method
get_high_alpha
src/voglcore/vogl_dxt.h:280
↓ 6 callers
Method
get_int64
---------------------------------------------------------------------------------------------------------------------- vogl_state_data::get_int64 ----
src/voglcommon/vogl_state_vector.cpp:588
↓ 6 callers
Method
get_low_alpha
src/voglcore/vogl_dxt.h:275
↓ 6 callers
Function
get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
src/voglcore/vogl_stb_image.cpp:1143
↓ 6 callers
Method
get_matrix_stack_depth
src/voglcommon/vogl_matrix_state.cpp:367
↓ 6 callers
Method
get_normal
src/voglcore/vogl_plane.h:353
↓ 6 callers
Method
get_num_active_groups
src/voglcore/vogl_sparse_vector.h:989
↓ 6 callers
Method
get_num_threads
src/voglcore/vogl_threading_null.h:201
↓ 6 callers
Method
get_numeric
src/voglcore/vogl_json.cpp:724
↓ 6 callers
Method
get_value
TODO: add more/easier to use gets
src/voglcore/vogl_value.h:1325
↓ 6 callers
Method
get_value_as_uint
src/voglcore/vogl_command_line_params.cpp:689
↓ 6 callers
Method
globalCallIndex
src/vogleditor/vogleditor_apicallitem.h:73
↓ 6 callers
Method
has_snapshot
src/vogleditor/vogleditor_apicalltreeitem.cpp:305
↓ 6 callers
Method
height
src/voglcore/vogl_vector2d.h:127
↓ 6 callers
Method
init
src/voglgen/voglgen.cpp:2113
↓ 6 callers
Method
insert
modifiers:
src/extlib/loki/include/loki/AssocVector.h:214
↓ 6 callers
Method
is_core_profile
true if this is a core profile context (the context must have been made current first)
src/vogltrace/vogl_intercept.cpp:1363
↓ 6 callers
Method
is_dynamic
src/voglcore/vogl_growable_array.h:104
↓ 6 callers
Method
is_edited
src/vogleditor/vogleditor_gl_state_snapshot.h:21
↓ 6 callers
Method
is_initialized
src/voglcore/vogl_regex.h:73
↓ 6 callers
Function
ktx_get_ogl_fmt_desc
src/voglcore/vogl_ktx_texture.cpp:212
↓ 6 callers
Function
load_gl
---------------------------------------------------------------------------------------------------------------------- load gl entrypoints -----------
src/voglcommon/vogl_gl_replayer.cpp:80
↓ 6 callers
Method
make_current
src/voglcommon/vogl_replay_window.cpp:228
↓ 6 callers
Function
mul255
src/voglcore/vogl_math.h:634
↓ 6 callers
Function
mul_8bit
src/voglcore/vogl_dxt_fast.cpp:37
↓ 6 callers
Function
mz_free
src/voglcore/vogl_miniz.cpp:158
↓ 6 callers
Function
mz_zip_reader_end
src/voglcore/vogl_miniz_zip.cpp:857
↓ 6 callers
Function
mz_zip_writer_finalize_archive
src/voglcore/vogl_miniz_zip.cpp:3662
↓ 6 callers
Function
mz_zip_writer_init_file
src/voglcore/vogl_miniz_zip.cpp:2413
↓ 6 callers
Function
pod_fill
src/extlib/loki/include/loki/flex/flex_string_details.h:34
↓ 6 callers
Method
read_uint32
src/voglcore/vogl_data_stream_serializer.h:231
↓ 6 callers
Method
rect
src/voglcore/vogl_rect.h:39
↓ 6 callers
Function
regcomp_isdigit
Attempt to work around locale issues, not sure if I've got them all here.
src/voglcore/regex/regcomp.c:126
↓ 6 callers
Method
reserve
src/extlib/loki/include/loki/flex/flex_string_shell.h:377
↓ 6 callers
Function
reset
after a restart interval, reset the entropy decoder and the dc prediction
src/voglcore/vogl_stb_image.cpp:1166
↓ 6 callers
Method
resize
src/voglcore/vogl_sparse_vector.h:375
↓ 6 callers
Method
seek
src/voglcommon/vogl_trace_file_reader.h:408
↓ 6 callers
Method
setModel
src/vogleditor/vogleditor_qtimelineview.h:63
↓ 6 callers
Method
set_creation_func
src/vogltrace/vogl_intercept.cpp:1293
↓ 6 callers
Method
set_prev_ptr
src/voglcore/vogl_map.h:114
↓ 6 callers
Method
set_selector
src/voglcore/vogl_dxt.h:161
↓ 6 callers
Method
set_shared_context
src/vogltrace/vogl_intercept.cpp:1178
↓ 6 callers
Method
startTime
src/vogleditor/vogleditor_apicalltreeitem.cpp:241
↓ 6 callers
Function
stbm__align_address
align an address to a specific alignment & offset
src/voglcore/stb_malloc.cpp:575
↓ 6 callers
Function
string_ptr_to_double
src/voglcore/vogl_strutils.cpp:757
↓ 6 callers
Function
swap
src/voglcore/vogl_hash_map.h:1174
↓ 6 callers
Function
swap
src/voglcore/vogl_vector.h:985
↓ 6 callers
Function
tdefl_compress_buffer
src/voglcore/vogl_miniz.cpp:2518
↓ 6 callers
Function
tdefl_init
src/voglcore/vogl_miniz.cpp:2524
↓ 6 callers
Function
tdefl_write_image_to_png_file_in_memory_ex
Simple PNG writer function by Alex Evans, 2011. Released into the public domain: https://gist.github.com/908299, more context at http://altdevblogaday
src/voglcore/vogl_miniz.cpp:2675
↓ 6 callers
Function
to_hex
src/voglcore/vogl_utils.h:533
↓ 6 callers
Function
umul32_return_high
src/voglcore/vogl_rand.cpp:122
↓ 6 callers
Function
vogl_core_init
---------------------------------------------------------------------------------------------------------------------- vogl_core_init ----------------
src/voglcore/vogl.cpp:54
↓ 6 callers
Function
vogl_debug_message_control
---------------------------------------------------------------------------------------------------------------------- vogl_debug_message_control ----
src/voglcommon/vogl_gl_utils.cpp:1335
↓ 6 callers
Function
vogl_is_make_current_entrypoint
src/voglcommon/vogl_gl_utils.h:301
↓ 5 callers
Method
Allocate
src/extlib/loki/src/SmallObj.cpp:365
↓ 5 callers
Method
Disconnect
src/common/channel.cpp:408
↓ 5 callers
Function
GetCurrentThreadsLevel
src/extlib/loki/src/LevelMutex.cpp:129
↓ 5 callers
Method
IsRecentLock
src/extlib/loki/src/LevelMutex.cpp:594
↓ 5 callers
Function
IsUniqueMutex
Determines if the mutex at specific iterator location is unique within the container of mutexes. It only checks mutexes at later locations in the con
src/extlib/loki/src/LevelMutex.cpp:59
↓ 5 callers
Function
Reset
src/extlib/loki/include/loki/SmartPtr.h:1626
↓ 5 callers
Function
Rmalloc
============================================================================= Function: Rmalloc // external // Author: Rammi Date: 11/1
src/voglcore/rmalloc.c:1186
↓ 5 callers
Method
SetValue
src/voglgen/tinyxml2/tinyxml2.cpp:601
↓ 5 callers
Method
Swap
src/extlib/loki/include/loki/SmartPtr.h:840
↓ 5 callers
Method
add_buf_using_id
src/voglcommon/vogl_blob_manager.cpp:342
↓ 5 callers
Method
add_ref
src/vogltrace/vogl_intercept.cpp:1154
↓ 5 callers
Function
atomic_exchange32
Returns the original value.
src/voglcore/vogl_atomics.h:98
↓ 5 callers
Function
backtrace_atomic_store_pointer
src/libbacktrace/atomic.c:77
↓ 5 callers
Function
backtrace_vector_release
src/libbacktrace/mmap.c:277
↓ 5 callers
Method
begin
src/extlib/loki/include/loki/flex/cowstringopt.h:195
↓ 5 callers
Function
bitmix32
Hash function: */ define HASH(p) ((((unsigned long)(p))/ALIGNMENT)%HASHSIZE)
src/voglcore/rmalloc.c:288
↓ 5 callers
Method
clear
src/voglcore/vogl_value.h:218
↓ 5 callers
Method
compare
src/extlib/loki/include/loki/flex/flex_string_shell.h:1181
↓ 5 callers
Function
compute_ssim
src/voglcore/vogl_image_utils.cpp:971
↓ 5 callers
Method
copy_file
---------------------------------------------------------------------------------------------------------------------- vogl_blob_manager::copy_file --
src/voglcommon/vogl_blob_manager.cpp:296
↓ 5 callers
Method
create_context
src/vogltrace/vogl_intercept.cpp:2879
↓ 5 callers
Function
delete_pixmaps
src/vogleditor/vogleditor_qtextureviewer.h:190
↓ 5 callers
Method
deserialize_file
src/voglcore/vogl_json.cpp:1740
↓ 5 callers
Function
destroy
src/extlib/loki/include/loki/yasli/yasli_memory.h:210
↓ 5 callers
Method
destroy
src/voglcore/vogl_object_pool.h:229
↓ 5 callers
Method
end
src/voglcore/vogl_rh_hash_map.h:545
↓ 5 callers
Function
etc2_rgb8_fetch_texel
src/extlib/pxfmt/pxfmt_etc.cpp:447
↓ 5 callers
Function
etc2_rgb8_parse_block
src/extlib/pxfmt/pxfmt_etc.cpp:307
↓ 5 callers
Method
finalize
Assumes the *entire* packet is sequential in memory (i.e. m_size bytes starting at this)
src/voglcommon/vogl_trace_stream_types.h:89
↓ 5 callers
Method
find_pname_def_index
---------------------------------------------------------------------------------------------------------------------- gl_enums::find_pname_def_index
src/voglcommon/vogl_gl_utils.cpp:647
↓ 5 callers
Function
float_to_int_nearest
src/voglcore/vogl_math.h:254
↓ 5 callers
Function
floor_log2i
src/voglcore/vogl_math.h:403
↓ 5 callers
Method
frameNumber
src/vogleditor/vogleditor_frameitem.h:49
↓ 5 callers
Function
free_abbrevs
src/libbacktrace/dwarf.c:643
↓ 5 callers
Method
full_validation
Assumes the *entire* packet is sequential in memory (i.e. m_size bytes starting at this)
src/voglcommon/vogl_trace_stream_types.h:135
↓ 5 callers
Method
getTracePacket
src/vogleditor/vogleditor_apicallitem.h:98
↓ 5 callers
Method
get_allocator
src/extlib/loki/include/loki/flex/smallstringopt.h:452
↓ 5 callers
Method
get_base5_color
src/voglcore/vogl_etc.h:283
↓ 5 callers
Method
get_bool
---------------------------------------------------------------------------------------------------------------------- vogl_state_data::get_bool -----
src/voglcommon/vogl_state_vector.cpp:333
↓ 5 callers
Function
get_buf_size
src/voglcore/vogl_fixed_string.h:51
↓ 5 callers
Method
get_count
src/voglcore/vogl_command_line_params.cpp:540
↓ 5 callers
Method
get_cur_file_ofs
src/voglcommon/vogl_trace_file_reader.h:404
↓ 5 callers
Method
get_deleted_flag
src/vogltrace/vogl_intercept.cpp:1165
← previous
next →
601–700 of 7,444, ranked by callers