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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ArrayBufferViewCustom.h 44 v8::Handle<v8::Value> constructWebGLArrayWithArrayBufferArgument(const v8::Arguments& args, WrapperTypeInfo* type, v8::ExternalArrayType arrayType, bool hasIndexer)
122 return constructWebGLArrayWithArrayBufferArgument<ArrayClass, ElementType>(args, type, arrayType, true);
V8DataViewCustom.cpp 46 return constructWebGLArrayWithArrayBufferArgument<DataView, char>(args, &info, v8::kExternalByteArray, false);

Completed in 68 milliseconds