Searched refs:fn_t (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | array.cpp | 250 typedef array_t::fetcher_t fn_t; typedef 252 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x} 253 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0, 254 (fn_t)fetch3f, 0, 0, 0, 0, 0, 255 (fn_t)fetch3x }, 256 { 0, (fn_t)fetchExpand4ub, 0, 0, 0, 0, 257 (fn_t)fetch4f, 0, 0, 0, 0, 0, 258 (fn_t)fetch4x }, 260 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x} 261 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0, [all …]
|
/frameworks/libs/native_bridge_support/overriding/libc/ |
D | __cxa_thread_atexit_impl.cpp | 56 typedef decltype(__cxa_thread_atexit_impl)* fn_t; in __cxa_thread_atexit_impl() typedef 57 static fn_t __host_cxa_thread_atexit_impl = reinterpret_cast<fn_t>( in __cxa_thread_atexit_impl()
|
D | malloc_init.cpp | 37 typedef int (*fn_t)(int options, int fd); in malloc_info_impl() typedef 38 static fn_t fn = reinterpret_cast<fn_t>( in malloc_info_impl()
|