Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Deffect.c43 #define INITIAL_PARAM_BLOCK_SIZE 1024 macro
1295 alloc_size = max(block->size * 2, max(new_size, INITIAL_PARAM_BLOCK_SIZE)); in record_parameter()