Home
last modified time | relevance | path

Searched defs:dataObj (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dapp_data_module.cpp55 jerry_value_t dataObj = jerryx_get_property_str(abilityVM, getAppDataStr); in GetApp() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/src/
Dmedia_library_tab_old_photos_client.cpp193 std::string TabOldPhotosClient::BuildRequestUri(const TabOldPhotosClient::TabOldPhotosClientObj &da… in BuildRequestUri()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl2_rendering_context_impl.cpp750 napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexImage3D()
866 napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexSubImage3D()
960 …napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLengthOve… in CompressedTexImage3D()
1013 …napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLeng… in CompressedTexSubImage3D()
1254 napi_value WebGL2RenderingContextImpl::DrawBuffers(napi_env env, napi_value dataObj) in DrawBuffers()
Dwebgl_arg.cpp84 std::tuple<GLenum, GLintptr> WebGLArg::ToGLintptr(napi_env env, napi_value dataObj) in ToGLintptr()
Dwebgl_rendering_context_base_impl.cpp1752 napi_env env, napi_value locationObj, napi_value dataObj, const UniformExtInfo* info) in UniformUiv()
2110 …eringContextBaseImpl::VertexAttribfv(napi_env env, GLuint index, int32_t count, napi_value dataObj) in VertexAttribfv()