Searched refs:fn_t (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/opengl/libagl/ |
D | array.cpp | 256 typedef array_t::fetcher_t fn_t; typedef 258 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x} 259 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0, 260 (fn_t)fetch3f, 0, 0, 0, 0, 0, 261 (fn_t)fetch3x }, 262 { 0, (fn_t)fetchExpand4ub, 0, 0, 0, 0, 263 (fn_t)fetch4f, 0, 0, 0, 0, 0, 264 (fn_t)fetch4x }, 266 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x} 267 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0, [all …]
|