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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp89 allocateBuffer(m_buffer->characters8(), m_buffer->length());
91 allocateBuffer(m_buffer->characters16(), m_buffer->length());
116 void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned requiredLength) function in class:WTF::StringBuilder
130 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength) function in class:WTF::StringBuilder
172 allocateBuffer(m_buffer->characters8(), requiredLength);
187 allocateBuffer(m_buffer->characters16(), requiredLength);
205 allocateBuffer(nullPlaceholder, newCapacity);
207 allocateBuffer(m_string.characters8(), newCapacity);
209 allocateBuffer(m_string.characters16(), newCapacity);
251 allocateBuffer(m_lengt
[all...]
H A DStringBuilder.h283 void allocateBuffer(const LChar* currentCharacters, unsigned requiredLength);
284 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h258 void allocateBuffer(size_t newCapacity) function in class:WTF::VectorBufferBase
315 allocateBuffer(capacity);
346 using Base::allocateBuffer;
375 Base::allocateBuffer(capacity);
401 void allocateBuffer(size_t newCapacity) function in class:WTF::VectorBuffer
405 Base::allocateBuffer(newCapacity);
610 using Base::allocateBuffer;
780 // On 64-bit, the "expanded" integer is 32-bit, and any encroachment above 2^32 will fail allocation in allocateBuffer().
846 Base::allocateBuffer(newCapacity);
857 Base::allocateBuffer(initialCapacit
[all...]
H A DDeque.h311 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 100 milliseconds