OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initFunc
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
ucln.h
71
typedef void U_CALLCONV
initFunc
(UErrorCode *);
/frameworks/rs/cpu_ref/
rsCpuCore.h
46
ReduceInitializerFunc_t
initFunc
; // user initializer function
97
ReduceInitializerFunc_t
initFunc
;
rsCpuExecutable.cpp
515
if (!(reduceDescriptions[i].
initFunc
=
522
reduceDescriptions[i].
initFunc
= nullptr;
rsCpuCore.cpp
528
if (mtls->
initFunc
) {
529
mtls->
initFunc
(accumPtr);
687
if (mtls->
initFunc
) {
688
mtls->
initFunc
(accumPtr);
[
all
...]
rsCpuScript.cpp
783
mtls->
initFunc
= desc->
initFunc
; // might legally be nullptr
[
all
...]
/external/deqp/framework/opengl/
gluRenderContext.cpp
224
void (*
initFunc
) (glw::Functions* gl, const glw::FunctionLoader* loader);
246
s_initFuncs[ndx].
initFunc
(dst, loader);
/external/opencv3/modules/core/src/
dxt.cpp
[
all
...]
Completed in 943 milliseconds