Home
last modified time | relevance | path

Searched defs:newList (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gl.cpp1271 void Context::newList(GLuint list, GLenum mode) in newList() function in gl::Context