Searched refs:back (Results 1 - 25 of 80) sorted by last modified time

1234

/frameworks/rs/api/
H A DGenerateDocumentation.cpp340 while (s.back() == ' ') {
H A DGenerateStubsWhiteList.cpp202 if (tokens->back() == "*") {
H A DGenerateTestFiles.cpp976 char lastChar = p->variableName.back();
H A DSpecification.cpp658 spec->mIsRSTAllowed.push_back(isRSTValid(spec->mReplaceables.back()));
691 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner);
H A Drs_atomic.spec60 Atomicly performs a bitwise and of two values, storing the result back at addr,
H A Drs_io.spec61 Sends a message back to the client. This call does not block.
84 Sends a message back to the client. This function will block
H A Drs_matrix.spec296 <b>Warning:</b> Prior to version 21, storing the result back into right matrix is not supported and
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp139 const Closure* lastBatched = mClosures.back()->mClosure;
588 const CPUClosure* lastCpuClosure = mClosures.back();
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DBlurStack.java66 * layers are ordered from front (closer to the camera) to back (farther away
73 * assume that it is a single depth layer. That is, the front depth and back
118 * @param relativeDepthInLayer the relative depth index relative to the back
145 // Finds the front and back depth levels for the focus layer.
184 int back = layerInfo[n].backDepth;
185 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
187 for (int d = front; d >= back; --d) {
231 * @param backFocalDepth back focal depth level
266 * @param backFocalDepth the back depth of focal layer.
300 * @param backFocalDepth the back dept
[all...]
H A DLayerInfo.java16 LayerInfo(int front, int back) { argument
18 backDepth = back;
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java142 public void back(View v) { method in class:MainActivity
/frameworks/rs/
H A DrsList.h113 T& back() const { return *last; } function in class:android::renderscript::List
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp257 int slot = mUnusedSlots.back();
275 int slot = mFreeBuffers.back();
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1820 VkStencilOpState back; member in struct:VkPipelineDepthStencilStateCreateInfo
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp314 kIndent.back() = '\0';
/frameworks/minikin/include/minikin/
H A DLineBreaker.h67 width -= mIndents.back();
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp44 if (coverage.empty() || coverage.back() < start) {
48 coverage.back() = end;
H A DFontCollection.cpp119 Range* range = &mRanges.back();
451 run = &result->back();
H A DLineBreaker.cpp155 // fall back to greedy; other modes don't know how to deal with tabs
228 ParaWidth width = mCandidates.back().preBreak;
233 size_t i = mCandidates.back().offset;
277 ALOGD("break: %d %g", mBreaks.back(), mWidths.back());
291 int flags = (mFirstTabIndex < mBreaks.back()) << kTab_Shift;
314 ALOGD("final break: %d %g", mBreaks.back(), mWidths.back());
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1467 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F;
1475 WriteUseList(VE, std::move(VE.UseListOrders.back()), Stream);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h119 return mScopeStack.back();
H A Dslang_rs_reflection.cpp929 mOut << Args.back().second << ", ";
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp128 Value *back() const { return ValuePtrs.back(); }
166 Metadata *back() const { return MDValuePtrs.back(); }
646 Value *RealVal = operator[](ResolveConstants.back().second);
647 Constant *Placeholder = ResolveConstants.back().first;
1565 unsigned ValID = GlobalInitWorklist.back().second;
1568 GlobalInits.push_back(GlobalInitWorklist.back());
1571 GlobalInitWorklist.back().first->setInitializer(C);
1585 unsigned ValID = AliasInitWorklist.back()
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp370 Value *back() const { return ValuePtrs.back(); }
408 Metadata *back() const { return MDValuePtrs.back(); }
921 Value *RealVal = operator[](ResolveConstants.back().second);
922 Constant *Placeholder = ResolveConstants.back().first;
1858 unsigned ValID = GlobalInitWorklist.back().second;
1861 GlobalInits.push_back(GlobalInitWorklist.back());
1864 GlobalInitWorklist.back().first->setInitializer(C);
1878 unsigned ValID = AliasInitWorklist.back()
[all...]
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp219 variable_field_data_.back());

Completed in 278 milliseconds

1234