HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeContainerCheckPrivate.mm 37 static WKNBrowserContainerCheckFuncs funcs = {
45 return &funcs;
  /external/qemu/android/protocol/
ui-commands-qemu.c 36 AndroidHwControlFuncs funcs; local
37 funcs.light_brightness = callback;
38 android_hw_control_set(opaque, &funcs);
ui-commands-proxy.c 178 AndroidHwControlFuncs funcs; local
179 funcs.light_brightness = _uiCmdProxy_brightness_change_callback;
180 android_hw_control_set(&_uiCmdProxy, &funcs);
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 141 static void initializeExtraBrowserFuncs(NPNetscapeFuncs *funcs)
143 funcs->version = NP_VERSION_MINOR;
144 funcs->geturl = NPN_GetURL;
145 funcs->posturl = NPN_PostURL;
146 funcs->requestread = NPN_RequestRead;
147 funcs->newstream = NPN_NewStream;
148 funcs->write = NPN_Write;
149 funcs->destroystream = NPN_DestroyStream;
150 funcs->status = NPN_Status;
151 funcs->uagent = NPN_UserAgent
    [all...]
  /external/qemu/android/
hw-control.h 39 const AndroidHwControlFuncs* funcs );
hw-control.c 148 android_hw_control_set( void* opaque, const AndroidHwControlFuncs* funcs )
151 hwstate->client_funcs = funcs[0];
  /external/dropbear/libtommath/
dep.pl 104 my @funcs = split(",", $_[0]);
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
112 print OUT @funcs[0] . "\n";
113 shift @funcs;
115 foreach my $i (@funcs) {
  /external/stlport/src/
cxa.c 165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /frameworks/rs/
rsProgramVertex.cpp 30 mRSC->mHal.funcs.vertex.init(mRSC, this, mUserShader.string(), mUserShader.length(),
35 mRSC->mHal.funcs.vertex.destroy(mRSC, this);
49 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
64 rsc->mHal.funcs.vertex.setActive(rsc, this);
78 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
96 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
114 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D
    [all...]
rsFBOCache.cpp 40 rsc->mHal.funcs.framebuffer.init(rsc, this);
44 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
90 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
rsAllocation.cpp 47 a->getContext()->mHal.funcs.freeRuntimeMem(ptr);
54 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
63 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) {
83 mRSC->mHal.funcs.allocation.destroy(mRSC, this);
87 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
101 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
107 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
114 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
129 rsc->mHal.funcs.allocation.read1D(rsc, this, xoff, lod, count, data, sizeBytes);
146 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride)
    [all...]
rsScriptIntrinsic.cpp 36 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e);
63 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
rsProgramFragment.cpp 33 mRSC->mHal.funcs.fragment.init(mRSC, this, mUserShader.string(), mUserShader.length(),
38 mRSC->mHal.funcs.fragment.destroy(mRSC, this);
56 void *p = rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]);
59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
76 rsc->mHal.funcs.fragment.setActive(rsc, this);
rsProgramRaster.cpp 30 rsc->mHal.funcs.raster.init(rsc, this);
43 mRSC->mHal.funcs.raster.destroy(mRSC, this);
53 rsc->mHal.funcs.raster.setActive(rsc, this);
rsScriptC.cpp 59 mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
60 mRSC->mHal.funcs.script.destroy(mRSC, this);
116 rsc->mHal.funcs.script.setGlobalBind(rsc, this, ct, mSlots[ct].get());
152 ret = rsc->mHal.funcs.script.invokeRoot(rsc, this);
174 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
187 rsc->mHal.funcs.script.invokeFunction(rsc, this, slot, data, len);
280 if (!rsc->mHal.funcs.script.init(rsc, this, resName, cacheDir, bitcode, bitcodeLen, 0)) {
292 rsc->mHal.funcs.script.invokeInit(rsc, this);
rsScriptGroup.cpp 27 if (mRSC->mHal.funcs.scriptgroup.destroy) {
28 mRSC->mHal.funcs.scriptgroup.destroy(mRSC, this);
249 if (rsc->mHal.funcs.scriptgroup.init) {
250 rsc->mHal.funcs.scriptgroup.init(rsc, sg);
261 if (rsc->mHal.funcs.scriptgroup.setInput) {
262 rsc->mHal.funcs.scriptgroup.setInput(rsc, this, kid, a);
275 if (rsc->mHal.funcs.scriptgroup.setOutput) {
276 rsc->mHal.funcs.scriptgroup.setOutput(rsc, this, kid, a);
286 if (rsc->mHal.funcs.scriptgroup.execute) {
287 rsc->mHal.funcs.scriptgroup.execute(rsc, this)
    [all...]
rsProgramStore.cpp 54 mRSC->mHal.funcs.store.destroy(mRSC, this);
63 rsc->mHal.funcs.store.setActive(rsc, this);
74 mRSC->mHal.funcs.store.init(mRSC, this);
  /frameworks/compile/slang/
slang_rs_metadata_spec.h 77 RSFunction *funcs; member in struct:RSMetadata
  /external/freetype/src/pshinter/
pshrec.h 154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
  /external/openssl/crypto/asn1/
tasn_new.c 94 const ASN1_AUX *aux = it->funcs;
114 ef = it->funcs;
123 cf = it->funcs;
238 ef = it->funcs;
331 if (it && it->funcs)
333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
380 if (it && it->funcs)
382 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
tasn_fre.c 84 const ASN1_AUX *aux = it->funcs;
135 cf = it->funcs;
141 ef = it->funcs;
210 pf = it->funcs;
  /external/freetype/include/freetype/
ftincrem.h 295 * inc_int.funcs = my_funcs;
316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
  /external/freetype/src/cff/
cffobjs.c 82 PSH_Globals_Funcs funcs; local
85 funcs = cff_size_get_globals_funcs( size );
86 if ( funcs )
91 funcs->destroy( internal->topfont );
94 funcs->destroy( internal->subfonts[i - 1] );
157 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); local
160 if ( funcs )
176 error = funcs->create( cffsize->face->memory, &priv,
187 error = funcs->create( cffsize->face->memory, &priv,
210 PSH_Globals_Funcs funcs; local
267 PSH_Globals_Funcs funcs; local
362 T2_Hints_Funcs funcs; local
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 69 GoldfishPipeFuncs funcs; member in struct:__anon13769
97 list->services[count].funcs = pipeFuncs[0];
133 const GoldfishPipeFuncs* funcs; member in struct:Pipe
244 if (pipe->funcs->save) {
245 pipe->funcs->save(pipe->opaque, file);
281 pipe->funcs = &service->funcs;
284 if (pipe->funcs->load) {
285 pipe->opaque = pipe->funcs->load(pipe, service ? service->opaque : NULL, pipe->args, file);
301 if (pipe->funcs->close)
    [all...]

Completed in 851 milliseconds

1 2 3 4