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

  /hardware/intel/img/hwcomposer/ips/common/
GrallocBufferMapperBase.cpp 42 uint32_t GrallocBufferMapperBase::getGttOffsetInPage(int subIndex) const
44 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX)
45 return mGttOffsetInPage[subIndex];
49 void* GrallocBufferMapperBase::getCpuAddress(int subIndex) const
51 if (subIndex >=0 && subIndex < SUB_BUFFER_MAX)
52 return mCpuAddress[subIndex];
56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const
58 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX
    [all...]
GrallocBufferMapperBase.h 34 uint32_t getGttOffsetInPage(int subIndex) const;
35 void* getCpuAddress(int subIndex) const;
36 uint32_t getSize(int subIndex) const;
37 virtual uint32_t getKHandle(int subIndex);
38 virtual uint32_t getFbHandle(int subIndex) = 0;
  /hardware/intel/img/hwcomposer/include/
BufferMapper.h 55 virtual uint32_t getGttOffsetInPage(int subIndex) const = 0;
56 virtual void* getCpuAddress(int subIndex) const = 0;
57 virtual uint32_t getSize(int subIndex) const = 0;
58 virtual uint32_t getKHandle(int subIndex) = 0;
59 virtual uint32_t getFbHandle(int subIndex) = 0;
  /external/srec/tools/grxmlcompile/
grph.h 33 subIndex= 0;
39 delete [] subIndex;
66 int *subIndex;
gr_iface.cpp 40 newIndex[ii]= subIndex[ii];
43 delete [] subIndex;
45 subIndex= newIndex;
49 subIndex= new int [BLKSIZE];
55 subIndex[numSubGraph]= ruleId;
71 if (subIndex[ii] == subId)
80 return subIndex[ii];
206 subg->ExpandRules (subGraph, subIndex, numSubGraph);
  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBufferMapper.h 34 uint32_t getKHandle(int subIndex);
35 uint32_t getFbHandle(int subIndex);
TngGrallocBufferMapper.cpp 175 uint32_t TngGrallocBufferMapper::getKHandle(int subIndex)
177 uint32_t ret = GrallocBufferMapperBase::getKHandle(subIndex);
178 if (subIndex == 0 && ret == 0) {
180 return mKHandle[subIndex];
208 uint32_t TngGrallocBufferMapper::getFbHandle(int subIndex)
216 if (subIndex < 0 || subIndex >= SUB_BUFFER_MAX) {
230 return (uint32_t)vaddr[subIndex];
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 1090 for (int subIndex = 0; subIndex < numSubFiles; subIndex++)
1092 const CUpdateItem &ui = updateItems[indices[i + subIndex]];
1104 startFileIndexInDatabase + i + subIndex];
1106 if (!inStreamSpec->Processed[subIndex])
1112 file.Crc = inStreamSpec->CRCs[subIndex];
1113 file.Size = inStreamSpec->Sizes[subIndex];
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 656 subIndex = overflowRecord.SubTableIndex
657 subtable = lookup.SubTable[subIndex]
669 lookup.SubTable.insert(subIndex + 1, newExtSubTable)
678 lookup.SubTable.insert(subIndex + 1, newSubTable)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 3135 milliseconds