Searched refs:allocateBuffer (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp90 allocateBuffer(m_buffer->characters8(), m_buffer->length());
92 allocateBuffer(m_buffer->characters16(), m_buffer->length());
117 void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned requiredLength) function in class:WTF::StringBuilder
131 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength) function in class:WTF::StringBuilder
174 allocateBuffer(m_buffer->characters8(), requiredLength);
190 allocateBuffer(m_buffer->characters16(), requiredLength);
208 allocateBuffer(nullPlaceholder, newCapacity);
210 allocateBuffer(m_string.characters8(), newCapacity);
212 allocateBuffer(m_string.characters16(), newCapacity);
254 allocateBuffer(m_lengt
[all...]
H A DStringBuilder.h284 void allocateBuffer(const LChar* currentCharacters, unsigned requiredLength);
285 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
/external/deqp/modules/glshared/
H A DglsMemoryStressCase.cpp452 void allocateBuffer (de::Random& rnd);
514 allocateBuffer(rnd);
520 allocateBuffer(rnd);
671 void MemObjectAllocator::allocateBuffer (de::Random& rnd) function in class:deqp::gls::MemObjectAllocator
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h290 void allocateBuffer(size_t newCapacity) function in class:WTF::VectorBufferBase
348 allocateBuffer(capacity);
374 using Base::allocateBuffer;
411 Base::allocateBuffer(capacity);
437 void allocateBuffer(size_t newCapacity) function in class:WTF::VectorBuffer
441 Base::allocateBuffer(newCapacity);
730 using Base::allocateBuffer;
889 // On 64-bit, the "expanded" integer is 32-bit, and any encroachment above 2^32 will fail allocation in allocateBuffer().
956 Base::allocateBuffer(newCapacity);
967 Base::allocateBuffer(initialCapacit
[all...]
H A DDeque.h333 m_buffer.allocateBuffer(std::max(static_cast<size_t>(16), oldCapacity + oldCapacity / 4 + 1));
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member in struct:__DRIdri2ExtensionRec
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c228 b = dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
H A Dplatform_wayland.c280 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
464 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
H A Dplatform_android.c121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member in struct:__DRIdri2ExtensionRec
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c228 b = dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
H A Dplatform_wayland.c280 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
464 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
H A Dplatform_android.c121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,

Completed in 2280 milliseconds