Searched refs:associateBufferDataImpl (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLBuffer.cpp | 58 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()
|
D | WebGLBuffer.h | 98 … bool associateBufferDataImpl(ArrayBuffer* array, GC3Dintptr byteOffset, GC3Dsizeiptr byteLength);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 23838 … (WebCore::WebGLBuffer::associateBufferDataImpl): Use CheckedInt<long> instead of CheckedInt<int>. 27046 (WebCore::WebGLBuffer::associateBufferDataImpl):
|
D | ChangeLog-2010-12-06 | 84696 …(WebCore::WebGLBuffer::associateBufferDataImpl): Helper function that's called by all associateBuf… 84697 (WebCore::WebGLBuffer::associateBufferData): Call associateBufferDataImpl().
|