Searched refs:constructWebGLArray (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8Float32ArrayCustom.cpp47 return constructWebGLArray<Float32Array, float>(args, &info, v8::kExternalFloatArray);
H A DV8Int16ArrayCustom.cpp47 return constructWebGLArray<Int16Array, short>(args, &info, v8::kExternalShortArray);
H A DV8Int32ArrayCustom.cpp47 return constructWebGLArray<Int32Array, int>(args, &info, v8::kExternalIntArray);
H A DV8Int8ArrayCustom.cpp47 return constructWebGLArray<Int8Array, signed char>(args, &info, v8::kExternalByteArray);
H A DV8Uint16ArrayCustom.cpp47 return constructWebGLArray<Uint16Array, unsigned short>(args, &info, v8::kExternalUnsignedShortArray);
H A DV8Uint32ArrayCustom.cpp47 return constructWebGLArray<Uint32Array, unsigned int>(args, &info, v8::kExternalUnsignedIntArray);
H A DV8Uint8ArrayCustom.cpp47 return constructWebGLArray<Uint8Array, unsigned char>(args, &info, v8::kExternalUnsignedByteArray);
H A DV8ArrayBufferViewCustom.h80 v8::Handle<v8::Value> constructWebGLArray(const v8::Arguments& args, WrapperTypeInfo* type, v8::ExternalArrayType arrayType) function in namespace:WebCore

Completed in 69 milliseconds