/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_base.cpp | 341 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 D | webgl_rendering_context_overloads.cpp | 186 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 D | webgl_arg.cpp | 43 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 D | webgl_rendering_context_base.cpp | 1289 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 D | rs_profiler_command.h | 81 return Utils::ToUint32(String(index)); in Uint32()
|
H A D | rs_profiler_utils.cpp | 150 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 D | rs_profiler_capturedata.cpp | 91 return Utils::ToUint32(GetProperty(name)); in GetPropertyUint32()
|
H A D | rs_profiler_utils.h | 63 static uint32_t ToUint32(const std::string& string);
|
H A D | rs_profiler_telemetry.cpp | 258 return Utils::ToUint32(line.substr(maxCoreIndex)) + 1; in GetCoreCount()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/ |
H A D | n_val.h | 68 std::tuple<bool, uint32_t> ToUint32() const;
|
H A D | n_val.cpp | 218 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 D | napi_value.h | 60 std::tuple<bool, uint32_t> ToUint32() const;
|
H A D | napi_value.cpp | 163 tuple<bool, uint32_t> NapiValue::ToUint32() const in ToUint32() function in OHOS::AppExecFwk::LIBZIP::NapiValue
|
H A D | common_func.cpp | 1076 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 D | n_val.h | 61 std::tuple<bool, uint32_t> ToUint32() const;
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/ |
H A D | grant_uri_permission.cpp | 227 auto [succFlag, flag] = NVal(env, funcArg[NARG_POS::THIRD]).ToUint32(); in GetJSArgs()
|
H A D | grant_permissions.cpp | 116 auto [succMode, mode] = NVal(env, modeValue).ToUint32(); in GetUriPoliciesArg()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 194 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 D | swapchain_layer.cpp | 113 static inline uint32_t ToUint32(uint64_t val) in ToUint32() function 1654 createInfo.enabledExtensionCount = ToUint32(enabledExtensions.size()); in CreateDevice()
|