Home
last modified time | relevance | path

Searched refs:appBase (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c485 uint32_t appBase = ((uint32_t)&__code_start) & ~1; in __blEntry() local
495 blMain(appBase); in __blEntry()
499 SCB->VTOR = appBase; in __blEntry()
504 :"r"(appBase) in __blEntry()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp74 m_Indexes[index].appBase = m_Indexes[index-1].appBase + in setIndexInfo()
78 m_Indexes[index].appBase = 0; in setIndexInfo()
141 return m_Indexes[index].appBase + arrIndex; in locationWARHostToApp()
151 GLint elemIndex = appLoc - m_Indexes[i].appBase; in locationWARAppToHost()
181 GLint elemIndex = appLoc - m_Indexes[i].appBase; in setSamplerUniform()
DGLSharedGroup.h72 GLint appBase; member
/device/google/contexthub/firmware/os/core/
Dbl.c673 void blMain(uint32_t appBase) in blMain() argument
692 } while (*(volatile uint32_t*)appBase == 0xFFFFFFFF); in blMain()