/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIRegisterInfo.cpp | 45 switch (rc->getID()) {
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrFakeRefObj.h | 56 GrGLuint getID() const { return fID; }
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIRegisterInfo.cpp | 45 switch (rc->getID()) {
|
/external/skia/src/gpu/gl/debug/ |
GrFakeRefObj.h | 56 GrGLuint getID() const { return fID; }
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsicYuvToRGB.java | 46 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
|
Program.java | 150 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { 153 int id = a != null ? a.getID(mRS) : 0; 154 mRS.nProgramBindConstants(getID(mRS), slot, id); 175 int id = va != null ? va.getID(mRS) : 0; 176 mRS.nProgramBindTexture(getID(mRS), slot, id); 195 int id = vs != null ? vs.getID(mRS) : 0; 196 mRS.nProgramBindSampler(getID(mRS), slot, id);
|
ScriptIntrinsic3DLUT.java | 49 int id = rs.nScriptIntrinsicCreate(8, e.getID(rs));
|
BaseObj.java | 51 int getID(RenderScript rs) { 158 mName = mRS.nGetName(getID(mRS));
|
ScriptGroup.java | 109 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); 129 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); 142 mRS.nScriptGroupExecute(getID(mRS)); 403 kernels[idx++] = kid.getID(mRS); 437 src[ct] = cl.mFrom.getID(mRS); 439 dstk[ct] = cl.mToK.getID(mRS); 442 dstf[ct] = cl.mToF.getID(mRS); 444 types[ct] = cl.mAllocationType.getID(mRS) [all...] |
Allocation.java | 193 return mAdaptedAllocation.getID(mRS); 195 return getID(mRS); 348 int typeID = mRS.nAllocationGetType(getID(mRS)); 410 mRS.nAllocationIoSend(getID(mRS)); 434 mRS.nAllocationIoReceive(getID(mRS)); 453 i[ct] = d[ct].getID(mRS); 700 mRS.nAllocationCopyFromBitmap(getID(mRS), b); 798 mRS.nAllocationGenerateMipmaps(getID(mRS)); [all...] |
FileA3D.java | 178 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); 187 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); 190 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
|
/frameworks/compile/mclinker/lib/LD/ |
Diagnostic.cpp | 33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false); 108 llvm::Twine(getID())); 116 llvm::Twine(getID()) + llvm::Twine(": ") + 129 llvm::Twine(getID()) + 140 llvm::Twine(getID()) +
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 64 RegLimit[(*I)->getID()] = TRI->getRegPressureLimit(*I, *IS->MF); 99 && (TLI->getRegClassFor(VT)->getID() == RCId)) { 137 && (TLI->getRegClassFor(VT)->getID() == RCId)) { 338 && TLI->getRegClassFor(VT)->getID() == RCId) 349 && TLI->getRegClassFor(VT)->getID() == RCId) 371 RegBalance += rawRegPressureDelta(SU, RC->getID()); 378 if ((RegPressure[RC->getID()] + 379 rawRegPressureDelta(SU, RC->getID()) > 0) && 380 (RegPressure[RC->getID()] + 381 rawRegPressureDelta(SU, RC->getID()) >= RegLimit[RC->getID()]) [all...] |
/external/clang/test/Index/ |
comment-cplus-decls.cpp | 25 unsigned getID() const 44 // CHECK: <Declaration>unsigned int getID() const</Declaration>
|
/external/icu4c/samples/datefmt/answers/ |
main_0.cpp | 24 if (zone->getID(str) != id) {
|
main_1.cpp | 23 if (zone->getID(str) != id) {
|
/external/srec/srec/Nametag/src/ |
Nametag.c | 33 return self->getID(self, id);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicYuvToRGB.java | 51 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
|
ScriptGroup.java | 110 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); 130 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); 143 mRS.nScriptGroupExecute(getID(mRS)); 428 kernels[idx++] = kid.getID(mRS); 462 src[ct] = cl.mFrom.getID(mRS); 464 dstk[ct] = cl.mToK.getID(mRS); 467 dstf[ct] = cl.mToF.getID(mRS); 469 types[ct] = cl.mAllocationType.getID(mRS) [all...] |
Allocation.java | 164 return mAdaptedAllocation.getID(mRS); 166 return getID(mRS); 350 mRS.nAllocationIoSend(getID(mRS)); 372 mRS.nAllocationIoReceive(getID(mRS)); 389 i[ct] = d[ct].getID(mRS); 614 mRS.nAllocationCopyFromBitmap(getID(mRS), b); 710 mRS.nAllocationGenerateMipmaps(getID(mRS)); 834 count, 1, data.getID(mRS), dataOff, 0, [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
TimeZoneBenchmark.java | 36 String defaultId = TimeZone.getDefault().getID();
|
/frameworks/base/core/java/android/gesture/ |
Instance.java | 77 instance = new Instance(gesture.getID(), pts, label); 81 instance = new Instance(gesture.getID(), pts, label);
|
/external/smack/src/org/xbill/DNS/ |
Header.java | 72 out.writeU16(getID()); 142 getID() { 260 sb.append(", id: " + getID());
|
/external/chromium_org/base/i18n/ |
timezone.cc | 602 zone->getID(id);
|
/external/clang/include/clang/AST/ |
CommentCommandTraits.h | 34 unsigned getID() const {
|