HomeSort by relevance Sort by last modified time
    Searched refs:associateBufferData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLBuffer.h 44 bool associateBufferData(GC3Dsizeiptr size);
45 bool associateBufferData(ArrayBuffer*);
46 bool associateBufferData(ArrayBufferView*);
97 // Helper function called by the three associateBufferData().
WebGLBuffer.cpp 100 bool WebGLBuffer::associateBufferData(GC3Dsizeiptr size)
107 bool WebGLBuffer::associateBufferData(ArrayBuffer* array)
114 bool WebGLBuffer::associateBufferData(ArrayBufferView* array)
WebGLRenderingContext.cpp 830 if (!buffer->associateBufferData(size)) {
853 if (!buffer->associateBufferData(data)) {
876 if (!buffer->associateBufferData(data)) {
    [all...]

Completed in 150 milliseconds