Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Darray.cpp250 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.cpp56 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()
Dmalloc_init.cpp37 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()