Searched refs:fn_t (Results 1 – 1 of 1) 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 …]
|