Searched refs:funcs (Results 1 - 21 of 21) sorted by relevance

/frameworks/rs/
H A DrsProgramVertex.cpp30 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
[all...]
H A DrsFBOCache.cpp40 rsc->mHal.funcs.framebuffer.init(rsc, this);
44 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
90 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
H A DrsAllocation.cpp47 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
[all...]
H A DrsScriptIntrinsic.cpp36 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e);
63 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
H A DrsProgramFragment.cpp33 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);
H A DrsProgramRaster.cpp30 rsc->mHal.funcs.raster.init(rsc, this);
43 mRSC->mHal.funcs.raster.destroy(mRSC, this);
53 rsc->mHal.funcs.raster.setActive(rsc, this);
H A DrsScriptC.cpp59 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);
H A DrsScriptGroup.cpp27 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
[all...]
H A DrsProgramStore.cpp54 mRSC->mHal.funcs.store.destroy(mRSC, this);
63 rsc->mHal.funcs.store.setActive(rsc, this);
74 mRSC->mHal.funcs.store.init(mRSC, this);
H A DrsScript.cpp51 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
60 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len);
69 mRSC->mHal.funcs.script.getGlobalVar(mRSC, this, slot, (void *)val, len);
78 mRSC->mHal.funcs.script.setGlobalVarWithElemDims(mRSC, this, slot,
89 mRSC->mHal.funcs.script.setGlobalObj(mRSC, this, slot, val);
94 mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
H A DrsPath.cpp36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
H A DrsMesh.cpp64 mRSC->mHal.funcs.mesh.destroy(mRSC, this);
77 mRSC->mHal.funcs.mesh.init(mRSC, this);
201 mRSC->mHal.funcs.mesh.draw(mRSC, this, primIndex, start, len);
207 rsc->mHal.funcs.allocation.markDirty(rsc, mHal.state.vertexBuffers[ct]);
213 rsc->mHal.funcs.allocation.markDirty(rsc, mHal.state.indexBuffers[ct]);
235 const uint8_t *bp = (const uint8_t *)rsc->mHal.funcs.allocation.lock1D(
265 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc);
H A DrsSampler.cpp44 mRSC->mHal.funcs.sampler.init(mRSC, this);
48 mRSC->mHal.funcs.sampler.destroy(mRSC, this);
H A DrsScriptC_LibGL.cpp222 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a);
225 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
252 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a);
257 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
H A DrsContext.cpp58 if (!mHal.funcs.initGraphics(this)) {
70 mHal.funcs.shutdownGraphics(this);
349 rsc->mHal.funcs.setPriority(rsc, rsc->mThreadPriority);
427 rsc->mHal.funcs.swap(rsc);
494 mHal.funcs.setPriority(this, mThreadPriority);
601 if (mHal.funcs.shutdownDriver) {
602 mHal.funcs.shutdownDriver(this);
619 mHal.funcs.setSurface(this, w, h, sur);
H A DrsFont.cpp470 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
583 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
615 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc);
621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);
H A DrsContext.h70 RsdHalFunctions funcs; member in struct:android::renderscript::Context::Hal
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec.h77 RSFunction *funcs; member in struct:RSMetadata
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py371 funcs = set()
373 if api.func not in funcs:
375 funcs.add(api.func)
/frameworks/native/cmds/atrace/
H A Datrace.cpp403 static bool verifyKernelTraceFuncs(const char* funcs) argument
424 // Make sure that every function listed in funcs is in the list we just
427 char* myFuncs = strdup(funcs);
445 static bool setKernelTraceFuncs(const char* funcs) argument
449 if (funcs == NULL || funcs[0] == '\0') {
467 char* myFuncs = strdup(funcs);
477 ok &= verifyKernelTraceFuncs(funcs);
/frameworks/rs/driver/
H A DrsdCore.cpp183 rsc->mHal.funcs = FunctionTable;

Completed in 209 milliseconds