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

1 2 3 4 5 6

  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_start.h 17 int PpapiPluginStart(const struct PP_StartFunctions *funcs);
ppapi_plugin_start.c 55 int PpapiPluginStart(const struct PP_StartFunctions *funcs) {
69 return hooks.ppapi_start(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);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
table.h 58 mapi_func *funcs = (mapi_func *) tbl; local
59 funcs[slot] = func;
68 const mapi_func *funcs = (const mapi_func *) tbl; local
69 return funcs[slot];
  /external/mesa3d/src/mapi/mapi/
table.h 58 mapi_func *funcs = (mapi_func *) tbl; local
59 funcs[slot] = func;
68 const mapi_func *funcs = (const mapi_func *) tbl; local
69 return funcs[slot];
  /external/qemu/android/
hw-control.h 39 const AndroidHwControlFuncs* funcs );
  /external/chromium_org/ppapi/cpp/
module_impl.h 25 static T const* funcs = reinterpret_cast<T const*>( local
27 return funcs;
  /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) {
  /external/chromium_org/base/win/
sampling_profiler.cc 107 base::LazyInstance<ProfilerFuncs>::Leaky funcs = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon6431
138 if (!funcs.Get().initialized_)
156 funcs.Get().ZwCreateProfile(&profile,
183 DCHECK(funcs.Get().initialized_);
185 NTSTATUS status = funcs.Get().ZwStartProfile(profile_handle_.Get());
197 DCHECK(funcs.Get().initialized_);
199 NTSTATUS status = funcs.Get().ZwStopProfile(profile_handle_.Get());
208 if (!funcs.Get().initialized_)
213 NTSTATUS status = funcs.Get().ZwSetIntervalProfile(interval, ProfileTime);
223 if (!funcs.Get().initialized_
    [all...]
  /frameworks/rs/
rsProgramVertex.cpp 30 mRSC->mHal.funcs.vertex.init(mRSC, this, mUserShader, mUserShaderLen,
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())) {
90 mRSC->mHal.funcs.allocation.destroy(mRSC, this);
94 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
108 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
114 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
121 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
136 rsc->mHal.funcs.allocation.read1D(rsc, this, xoff, lod, count, data, sizeBytes);
153 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, mUserShaderLen,
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);
  /frameworks/compile/slang/
slang_rs_metadata_spec.h 77 RSFunction *funcs; member in struct:RSMetadata
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 91 void NPPEntryPointManager::createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib)
100 if(funcs)
102 eps->realNPPFuncs.size = funcs->size;
103 eps->realNPPFuncs.version = funcs->version;
104 eps->realNPPFuncs.newp = funcs->newp;
105 eps->realNPPFuncs.destroy = funcs->destroy;
106 eps->realNPPFuncs.setwindow = funcs->setwindow;
107 eps->realNPPFuncs.newstream = funcs->newstream;
108 eps->realNPPFuncs.destroystream = funcs->destroystream;
109 eps->realNPPFuncs.asfile = funcs->asfile
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_ppapi.c 127 static int wrap_ppapi_start(const struct PP_StartFunctions *funcs) {
131 user_start_functions = *funcs;
  /external/chromium_org/third_party/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/chromium_org/third_party/openssl/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;
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
128 contents.append(self.docroutine(value, key, funcs=fdict))
178 if method_name in self.funcs:
179 method = self.funcs[method_name]

Completed in 543 milliseconds

1 2 3 4 5 6