Searched defs:constructWebGLArrayWithArrayBufferArgument (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ArrayBufferViewCustom.h44 v8::Handle<v8::Value> constructWebGLArrayWithArrayBufferArgument(const v8::Arguments& args, WrapperTypeInfo* type, v8::ExternalArrayType arrayType, bool hasIndexer) function in namespace:WebCore
122 return constructWebGLArrayWithArrayBufferArgument<ArrayClass, ElementType>(args, type, arrayType, true);

Completed in 395 milliseconds