Home
last modified time | relevance | path

Searched refs:TypedArrayBase (Results 1 – 16 of 16) sorted by relevance

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXTypedArrayApi.h82 class TypedArrayBase : public jsi::Object {
87 TypedArrayBase(jsi::Runtime &, size_t, TypedArrayKind);
88 TypedArrayBase(jsi::Runtime &, const jsi::Object &);
89 TypedArrayBase(TypedArrayBase &&) = default;
90 TypedArrayBase &operator=(TypedArrayBase &&) = default;
128 class TypedArray : public TypedArrayBase {
132 TypedArray(TypedArrayBase &&base);
141 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) const & {
148 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) && {
155 TypedArray<T> TypedArrayBase::as(jsi::Runtime &runtime) const & {
[all …]
H A DABI47_0_0EXTypedArrayApi.cpp70 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, size_t size, TypedArrayKind kind) in TypedArrayBase() function in ABI47_0_0expo::gl_cpp::TypedArrayBase
71 : TypedArrayBase( in TypedArrayBase()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase() function in ABI47_0_0expo::gl_cpp::TypedArrayBase
92 size_t TypedArrayBase::size(jsi::Runtime &runtime) const { in size()
96 size_t TypedArrayBase::length(jsi::Runtime &runtime) const { in length()
100 size_t TypedArrayBase::byteLength(jsi::Runtime &runtime) const { in byteLength()
104 size_t TypedArrayBase::byteOffset(jsi::Runtime &runtime) const { in byteOffset()
108 bool TypedArrayBase::hasBuffer(jsi::Runtime &runtime) const { in hasBuffer()
152 return TypedArrayBase(runtime, jsObj); in getTypedArray()
188 : TypedArrayBase(runtime, data.size(), T) { in TypedArray()
[all …]
H A DABI47_0_0EXJsiArgsTransform.h109 inline TypedArrayBase unpackArg<TypedArrayBase>(jsi::Runtime &runtime, const jsi::Value *jsArgv) {
H A DABI47_0_0EXWebGLMethods.cpp124 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(2); in NATIVE_METHOD()
131 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(4); in NATIVE_METHOD()
137 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(2); in NATIVE_METHOD()
144 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(4); in NATIVE_METHOD()
456 TypedArrayBase arr = ARG(6, TypedArrayBase); in NATIVE_METHOD()
569 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults; in NATIVE_METHOD()
/expo/packages/expo-gl/common/
H A DEXTypedArrayApi.h82 class TypedArrayBase : public jsi::Object {
87 TypedArrayBase(jsi::Runtime &, size_t, TypedArrayKind);
88 TypedArrayBase(jsi::Runtime &, const jsi::Object &);
89 TypedArrayBase(TypedArrayBase &&) = default;
90 TypedArrayBase &operator=(TypedArrayBase &&) = default;
128 class TypedArray : public TypedArrayBase {
132 TypedArray(TypedArrayBase &&base);
141 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) const & {
148 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) && {
155 TypedArray<T> TypedArrayBase::as(jsi::Runtime &runtime) const & {
[all …]
H A DEXTypedArrayApi.cpp70 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, size_t size, TypedArrayKind kind) in TypedArrayBase() function in expo::gl_cpp::TypedArrayBase
71 : TypedArrayBase( in TypedArrayBase()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase() function in expo::gl_cpp::TypedArrayBase
92 size_t TypedArrayBase::size(jsi::Runtime &runtime) const { in size()
96 size_t TypedArrayBase::length(jsi::Runtime &runtime) const { in length()
100 size_t TypedArrayBase::byteLength(jsi::Runtime &runtime) const { in byteLength()
104 size_t TypedArrayBase::byteOffset(jsi::Runtime &runtime) const { in byteOffset()
108 bool TypedArrayBase::hasBuffer(jsi::Runtime &runtime) const { in hasBuffer()
152 return TypedArrayBase(runtime, jsObj); in getTypedArray()
188 : TypedArrayBase(runtime, data.size(), T) { in TypedArray()
[all …]
H A DEXJsiArgsTransform.h109 inline TypedArrayBase unpackArg<TypedArrayBase>(jsi::Runtime &runtime, const jsi::Value *jsArgv) {
H A DEXWebGLMethods.cpp124 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(2); in NATIVE_METHOD()
131 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(4); in NATIVE_METHOD()
137 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(2); in NATIVE_METHOD()
144 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(4); in NATIVE_METHOD()
463 TypedArrayBase arr = ARG(6, TypedArrayBase); in NATIVE_METHOD()
576 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults; in NATIVE_METHOD()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXTypedArrayApi.h82 class TypedArrayBase : public jsi::Object {
87 TypedArrayBase(jsi::Runtime &, size_t, TypedArrayKind);
88 TypedArrayBase(jsi::Runtime &, const jsi::Object &);
89 TypedArrayBase(TypedArrayBase &&) = default;
90 TypedArrayBase &operator=(TypedArrayBase &&) = default;
128 class TypedArray : public TypedArrayBase {
132 TypedArray(TypedArrayBase &&base);
141 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) const & {
148 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) && {
155 TypedArray<T> TypedArrayBase::as(jsi::Runtime &runtime) const & {
[all …]
H A DABI49_0_0EXTypedArrayApi.cpp70 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, size_t size, TypedArrayKind kind) in TypedArrayBase() function in ABI49_0_0expo::gl_cpp::TypedArrayBase
71 : TypedArrayBase( in TypedArrayBase()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase() function in ABI49_0_0expo::gl_cpp::TypedArrayBase
92 size_t TypedArrayBase::size(jsi::Runtime &runtime) const { in size()
96 size_t TypedArrayBase::length(jsi::Runtime &runtime) const { in length()
100 size_t TypedArrayBase::byteLength(jsi::Runtime &runtime) const { in byteLength()
104 size_t TypedArrayBase::byteOffset(jsi::Runtime &runtime) const { in byteOffset()
108 bool TypedArrayBase::hasBuffer(jsi::Runtime &runtime) const { in hasBuffer()
152 return TypedArrayBase(runtime, jsObj); in getTypedArray()
188 : TypedArrayBase(runtime, data.size(), T) { in TypedArray()
[all …]
H A DABI49_0_0EXJsiArgsTransform.h109 inline TypedArrayBase unpackArg<TypedArrayBase>(jsi::Runtime &runtime, const jsi::Value *jsArgv) {
H A DABI49_0_0EXWebGLMethods.cpp124 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(2); in NATIVE_METHOD()
131 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(4); in NATIVE_METHOD()
137 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(2); in NATIVE_METHOD()
144 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(4); in NATIVE_METHOD()
463 TypedArrayBase arr = ARG(6, TypedArrayBase); in NATIVE_METHOD()
576 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults; in NATIVE_METHOD()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXTypedArrayApi.h82 class TypedArrayBase : public jsi::Object {
87 TypedArrayBase(jsi::Runtime &, size_t, TypedArrayKind);
88 TypedArrayBase(jsi::Runtime &, const jsi::Object &);
89 TypedArrayBase(TypedArrayBase &&) = default;
90 TypedArrayBase &operator=(TypedArrayBase &&) = default;
128 class TypedArray : public TypedArrayBase {
132 TypedArray(TypedArrayBase &&base);
141 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) const & {
148 TypedArray<T> TypedArrayBase::get(jsi::Runtime &runtime) && {
155 TypedArray<T> TypedArrayBase::as(jsi::Runtime &runtime) const & {
[all …]
H A DABI48_0_0EXTypedArrayApi.cpp70 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, size_t size, TypedArrayKind kind) in TypedArrayBase() function in ABI48_0_0expo::gl_cpp::TypedArrayBase
71 : TypedArrayBase( in TypedArrayBase()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase() function in ABI48_0_0expo::gl_cpp::TypedArrayBase
92 size_t TypedArrayBase::size(jsi::Runtime &runtime) const { in size()
96 size_t TypedArrayBase::length(jsi::Runtime &runtime) const { in length()
100 size_t TypedArrayBase::byteLength(jsi::Runtime &runtime) const { in byteLength()
104 size_t TypedArrayBase::byteOffset(jsi::Runtime &runtime) const { in byteOffset()
108 bool TypedArrayBase::hasBuffer(jsi::Runtime &runtime) const { in hasBuffer()
152 return TypedArrayBase(runtime, jsObj); in getTypedArray()
188 : TypedArrayBase(runtime, data.size(), T) { in TypedArray()
[all …]
H A DABI48_0_0EXJsiArgsTransform.h109 inline TypedArrayBase unpackArg<TypedArrayBase>(jsi::Runtime &runtime, const jsi::Value *jsArgv) {
H A DABI48_0_0EXWebGLMethods.cpp124 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(2); in NATIVE_METHOD()
131 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Float32Array>> glResults(4); in NATIVE_METHOD()
137 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(2); in NATIVE_METHOD()
144 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults(4); in NATIVE_METHOD()
463 TypedArrayBase arr = ARG(6, TypedArrayBase); in NATIVE_METHOD()
576 std::vector<TypedArrayBase::ContentType<TypedArrayKind::Int32Array>> glResults; in NATIVE_METHOD()