HomeSort by relevance Sort by last modified time
    Searched refs:mSlot (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsGrallocConsumer.cpp 60 if (mAcquiredBuffer.mSlot != BufferQueue::INVALID_BUFFER_SLOT) {
120 assert(mAcquiredBuffer.mSlot == BufferQueue::INVALID_BUFFER_SLOT);
122 mAcquiredBuffer.mSlot = buf;
172 int buf = mAcquiredBuffer.mSlot;
184 mAcquiredBuffer.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
rsScript.h 44 int mSlot;
58 int mSlot;
rsScript.cpp 105 mSlot = slot;
124 mSlot = slot;
rsScriptGroup.cpp 326 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
  /frameworks/native/include/gui/
CpuConsumer.h 117 // Need to track the original mSlot index and the buffer itself because
118 // the mSlot entry may be freed/reused before the acquired buffer is
120 int mSlot;
125 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
  /frameworks/native/libs/gui/
CpuConsumer.cpp 136 if (mAcquiredBuffers[lockedIdx].mSlot ==
144 ab.mSlot = buf;
199 int buf = mAcquiredBuffers[lockedIdx].mSlot;
212 ab.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 44 @ViewDebug.ExportedProperty private String mSlot;
55 mSlot = slot;
148 Log.w(TAG, "No icon for slot " + mSlot);
237 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
284 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 132 //ALOGE("field %p %zu", n->mInputs[ct2]->mDstField->mScript, n->mInputs[ct2]->mDstField->mSlot);
133 s->setVarObj(n->mInputs[ct2]->mDstField->mSlot, n->mInputs[ct2]->mAlloc.get());
199 uint32_t slot = kernels[ct]->mSlot;
221 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls);
225 si->preLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
244 si->postLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], NULL, 0, NULL);
  /frameworks/base/graphics/java/android/renderscript/
Script.java 37 int mSlot;
42 mSlot = slot;
77 int mSlot;
81 mSlot = slot;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 44 int mSlot;
49 mSlot = slot;
106 int mSlot;
110 mSlot = slot;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 492 private final int mSlot;
498 mSlot = slot;
503 log("load natural %s", (mSlot == NEXT ? "next" : "previous"));
508 if (mSlot == NEXT) {
522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous"));
525 PhotoTable.this.mOnDeck[mSlot] = photo;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);
534 PhotoTable.this.placeOnDeck(v, mSlot);
542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous"));
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 286 milliseconds