Searched refs:attrBuf (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp690 void setAttribute (const Buffer& attrBuf, int attrBufOffset, const VarSpec& attrSpec, const string& shaderNameManglingSuffix) const;
848 void Program::setAttribute (const Buffer& attrBuf, const int attrBufOffset, const VarSpec& attrSpec, const string& shaderNameManglingSuffix) const argument
853 attrBuf.bind(GL_ARRAY_BUFFER);
1268 const string unitedAttrBufferNamePrefix = "attrBuf" + toString(progContextNdx) + "_";
1270 const string separateAttrBufNamePrefix = "attrBuf" + toString(progContextNdx) + "_";
1418 Buffer& attrBuf = m_buffers->get(attrBufName);
1422 m_buffers->removeGarbageUntilUnder(m_maxBufMemoryUsageBytes - attrBuf.getApproxMemUsageDiff(programResources.attrDataBuf), m_rnd);
1426 attrBuf.setData(programResources.attrDataBuf, target, m_rnd.getFloat() < m_probabilities.randomBufferUsage ? randomBufferUsage(m_rnd, m_isGLES3) : m_attrBufferUsage);
1428 attrBuf.setSubData(programResources.attrDataBuf, 0, (int)programResources.attrDataBuf.size(), target);
1434 program.setAttribute(attrBuf, programResource
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1259 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; local
1316 attrBuf[attrBufLength++] = buf[i];
1323 attrBuf[attrBufLength] = 0;
1340 uprv_strcpy(attrValue, attrBuf);
1560 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1586 if (len < (int32_t)sizeof(attrBuf) - attrBufIdx) {
1587 uprv_memcpy(&attrBuf[attrBufIdx], pTag, len);
1588 attrBuf[attrBufIdx + len] = 0;
1589 attr->attribute = &attrBuf[attrBufIdx];
/external/icu/icu4c/source/common/
H A Duloc_tag.c1259 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; local
1316 attrBuf[attrBufLength++] = buf[i];
1323 attrBuf[attrBufLength] = 0;
1340 uprv_strcpy(attrValue, attrBuf);
1560 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1586 if (len < (int32_t)sizeof(attrBuf) - attrBufIdx) {
1587 uprv_memcpy(&attrBuf[attrBufIdx], pTag, len);
1588 attrBuf[attrBufIdx + len] = 0;
1589 attr->attribute = &attrBuf[attrBufIdx];
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2364 void *attrBuf, SizeT attrBufSize,
2478 d = attrBuf;
2535 PRE_MEM_READ("setattrlist(attrBuf value)", (Addr)attrData, attrDataSize);
2544 void *,attrBuf, vki_size_t,attrBufSize, unsigned int,options);
2547 PRE_MEM_WRITE("getattrlist(attrBuf)", ARG3, ARG4);
2553 // attrBuf is uint32_t size followed by attr data
2572 void *,attrBuf, vki_size_t,attrBufSize, unsigned int,options);
2585 void *,attrBuf, size_t,attrBufSize,
2590 PRE_MEM_WRITE("getdirentriesattr(attrBuf)", ARG3, ARG4);
2363 scan_attrlist(ThreadId tid, struct vki_attrlist *attrList, void *attrBuf, SizeT attrBufSize, void (*fn)(ThreadId, void *attrData, SizeT size) ) argument

Completed in 245 milliseconds