Searched defs:loc (Results 1 – 6 of 6) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/ |
D | gdbstub-entry.S | 24 .macro SAVE_ reg, loc 32 .macro LOAD_ reg, loc
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 46 #define PLACE_IN(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) type name argument 47 #define PLACE_IN_NAKED(loc, type, name) _Pragma(PRAGMA_HELPER(location,loc,)) __task type name argument
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 310 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer() local 318 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES() local 326 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES() local 334 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState() local 342 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState() local 350 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled() local
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringView.h | 191 size_t loc = find(other, off); variable
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 65 void *loc = platGetPersistentRamStore(&bytes); in getPersistedData() local
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 380 int GLClientState::getLocation(GLenum loc) in getLocation()
|