Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 6 of 6) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub-entry.S24 .macro SAVE_ reg, loc
32 .macro LOAD_ reg, loc
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h46 #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/
DGLEncoder.cpp310 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/
DStringView.h191 size_t loc = find(other, off); variable
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c65 void *loc = platGetPersistentRamStore(&bytes); in getPersistedData() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp380 int GLClientState::getLocation(GLenum loc) in getLocation()