/hardware/intel/img/hwcomposer/merrifield/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 buffer_handle_t getKHandle(int subIndex); 38 virtual buffer_handle_t getFbHandle(int subIndex) = 0;
|
TTMBufferMapper.h | 34 uint32_t getGttOffsetInPage(int subIndex) const { 37 void* getCpuAddress(int subIndex) const { 40 uint32_t getSize(int subIndex) const { 43 buffer_handle_t getKHandle(int subIndex) { 46 buffer_handle_t getFbHandle(int subIndex) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/merrifield/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 buffer_handle_t getKHandle(int subIndex) = 0; 59 virtual buffer_handle_t getFbHandle(int subIndex) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/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;
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngGrallocBufferMapper.h | 35 buffer_handle_t getKHandle(int subIndex); 36 buffer_handle_t getFbHandle(int subIndex);
|
TngGrallocBufferMapper.cpp | 196 buffer_handle_t TngGrallocBufferMapper::getKHandle(int subIndex) 198 buffer_handle_t ret = GrallocBufferMapperBase::getKHandle(subIndex); 199 if (subIndex == 0 && ret == 0) { 201 return mKHandle[subIndex]; 229 buffer_handle_t TngGrallocBufferMapper::getFbHandle(int subIndex) 237 if (subIndex < 0 || subIndex >= SUB_BUFFER_MAX) { 252 return (buffer_handle_t)vaddr[subIndex];
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngGrallocBufferMapper.h | 34 uint32_t getKHandle(int subIndex); 35 uint32_t getFbHandle(int subIndex);
|
TngGrallocBufferMapper.cpp | 196 uint32_t TngGrallocBufferMapper::getKHandle(int subIndex) 198 uint32_t ret = GrallocBufferMapperBase::getKHandle(subIndex); 199 if (subIndex == 0 && ret == 0) { 201 return mKHandle[subIndex]; 229 uint32_t TngGrallocBufferMapper::getFbHandle(int subIndex) 237 if (subIndex < 0 || subIndex >= SUB_BUFFER_MAX) { 252 return (uint32_t)vaddr[subIndex];
|
/external/lzma/CPP/Windows/Control/ |
ListView.cpp | 55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text)
61 item.iSubItem = subIndex;
88 int CListView::SetSubItem(int index, int subIndex, LPCWSTR text)
94 item.iSubItem = subIndex;
|
ListView.h | 36 int SetSubItem(int index, int subIndex, LPCTSTR text);
45 int SetSubItem(int index, int subIndex, LPCWSTR text);
|
/external/skia/tools/ |
create_test_font.cpp | 409 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 410 const FontDesc& desc = gFonts[subIndex]; 412 defaultIndex = subIndex; 418 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 419 const FontDesc& desc = gFonts[subIndex];
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | [all...] |
/external/dng_sdk/source/ |
dng_info.cpp | [all...] |
dng_read_image.cpp | [all...] |
dng_image_writer.cpp | [all...] |
/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/robolectric/v3/ |
robolectric-resources-3.1-SNAPSHOT.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-dev.jar | |