Home
last modified time | relevance | path

Searched refs:ToUint32 (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp341 tie(succ, unit) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in BindSampler()
709 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::ELEVENTH]).ToUint32(); in TexImage3D()
783 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::TWELVETH]).ToUint32(); in TexSubImage3D()
890 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::NINTH]).ToUint32(); in CompressedTexImage3D()
896 tie(succ, srcLengthOverride) = NVal(env, funcArg[NARG_POS::TENTH]).ToUint32(); in CompressedTexImage3D()
969 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::ELEVENTH]).ToUint32(); in CompressedTexSubImage3D()
975 tie(succ, srcLengthOverride) = NVal(env, funcArg[NARG_POS::TWELVETH]).ToUint32(); in CompressedTexSubImage3D()
1024 tie(succ, data[i]) = NVal(env, funcArg[i + NARG_POS::SECOND]).ToUint32(); in Uniform1ui()
1045 tie(succ, data[i]) = NVal(env, funcArg[i + NARG_POS::SECOND]).ToUint32(); in Uniform2ui()
1066 tie(succ, data[i]) = NVal(env, funcArg[i + NARG_POS::SECOND]).ToUint32(); in Uniform3ui()
[all...]
H A Dwebgl_rendering_context_overloads.cpp186 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToUint32(); in CompressedTexImage2D()
193 tie(succ, srcLengthOverride) = NVal(env, funcArg[NARG_POS::NINTH]).ToUint32(); in CompressedTexImage2D()
257 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToUint32(); in CompressedTexSubImage2D()
261 tie(succ, srcLengthOverride) = NVal(env, funcArg[NARG_POS::NINTH]).ToUint32(); in CompressedTexSubImage2D()
318 tie(succ, dstOffset) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToUint32(); in ReadPixels()
H A Dwebgl_arg.cpp43 tie(succ, arg.glUint) = NVal(env_, data).ToUint32(); in GetWebGLArg()
883 tie(succ, srcOffset) = NVal(env, funcArg[start]).ToUint32(); in GetUniformExtInfo()
890 tie(succ, srcLength) = NVal(env, funcArg[start + 1]).ToUint32(); in GetUniformExtInfo()
H A Dwebgl_rendering_context_base.cpp1289 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in GetVertexAttribOffset()
1522 tie(succ, mask) = NVal(env, funcArg[NARG_POS::THIRD]).ToUint32(); in StencilFunc()
1562 tie(succ, mask) = NVal(env, funcArg[NARG_POS::FOURTH]).ToUint32(); in StencilFuncSeparate()
1579 tie(succ, mask) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in StencilMask()
1609 tie(succ, mask) = NVal(env, funcArg[NARG_POS::SECOND]).ToUint32(); in StencilMaskSeparate()
1956 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in VertexAttrib1f()
1982 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in VertexAttrib2f()
2008 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in VertexAttrib3f()
2034 tie(succ, index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in VertexAttrib4f()
2062 tie(succ, vertexInfo.index) = NVal(env, funcArg[NARG_POS::FIRST]).ToUint32(); in VertexAttribPointer()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.h81 return Utils::ToUint32(String(index)); in Uint32()
H A Drs_profiler_utils.cpp150 return ToUint32(string); in ToUint8()
155 return ToUint32(string); in ToUint16()
158 uint32_t Utils::ToUint32(const std::string& string) in ToUint32() function in OHOS::Rosen::Utils
213 number = ToUint32(string); in ToNumber()
H A Drs_profiler_capturedata.cpp91 return Utils::ToUint32(GetProperty(name)); in GetPropertyUint32()
H A Drs_profiler_utils.h63 static uint32_t ToUint32(const std::string& string);
H A Drs_profiler_telemetry.cpp258 return Utils::ToUint32(line.substr(maxCoreIndex)) + 1; in GetCoreCount()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.h68 std::tuple<bool, uint32_t> ToUint32() const;
H A Dn_val.cpp218 tuple<bool, uint32_t> NVal::ToUint32() const in ToUint32() function in OHOS::Rosen::NVal
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.h60 std::tuple<bool, uint32_t> ToUint32() const;
H A Dnapi_value.cpp163 tuple<bool, uint32_t> NapiValue::ToUint32() const in ToUint32() function in OHOS::AppExecFwk::LIBZIP::NapiValue
H A Dcommon_func.cpp1076 tie(succ, have) = gzFileNVal.GetProp("have").ToUint32(); in GetGZFileArg()
1115 tie(succ, size) = sizeNVal.ToUint32(); in GetGZBufferArg()
1499 tie(succ, flush) = sizeNVal.ToUint32(); in SetGZFlushArg()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_val.h61 std::tuple<bool, uint32_t> ToUint32() const;
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_uri_permission.cpp227 auto [succFlag, flag] = NVal(env, funcArg[NARG_POS::THIRD]).ToUint32(); in GetJSArgs()
H A Dgrant_permissions.cpp116 auto [succMode, mode] = NVal(env, modeValue).ToUint32(); in GetUriPoliciesArg()
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp194 tuple<bool, uint32_t> NVal::ToUint32() const in ToUint32() function in OHOS::FileManagement::LibN::NVal
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp113 static inline uint32_t ToUint32(uint64_t val) in ToUint32() function
1654 createInfo.enabledExtensionCount = ToUint32(enabledExtensions.size()); in CreateDevice()

Completed in 21 milliseconds