Home
last modified time | relevance | path

Searched refs:associateBufferDataImpl (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.cpp58 bool WebGLBuffer::associateBufferDataImpl(ArrayBuffer* array, GC3Dintptr byteOffset, GC3Dsizeiptr b… in associateBufferDataImpl() function in WebCore::WebGLBuffer
104 return associateBufferDataImpl(0, 0, size); in associateBufferData()
111 return associateBufferDataImpl(array, 0, array->byteLength()); in associateBufferData()
118 return associateBufferDataImpl(array->buffer().get(), array->byteOffset(), array->byteLength()); in associateBufferData()
H A DWebGLBuffer.h98 … bool associateBufferDataImpl(ArrayBuffer* array, GC3Dintptr byteOffset, GC3Dsizeiptr byteLength);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1623838 … (WebCore::WebGLBuffer::associateBufferDataImpl): Use CheckedInt<long> instead of CheckedInt<int>.
27046 (WebCore::WebGLBuffer::associateBufferDataImpl):
H A DChangeLog-2010-12-0684696 …(WebCore::WebGLBuffer::associateBufferDataImpl): Helper function that's called by all associateBuf…
84697 (WebCore::WebGLBuffer::associateBufferData): Call associateBufferDataImpl().