Home
last modified time | relevance | path

Searched defs:dataObj (Results 1 – 4 of 4) 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, GETAPP_DATA_STR); in GetApp() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl2_rendering_context_impl.cpp749 napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexImage3D()
865 napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexSubImage3D()
959 …napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLengthOve… in CompressedTexImage3D()
1012 …napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLeng… in CompressedTexSubImage3D()
1252 napi_value WebGL2RenderingContextImpl::DrawBuffers(napi_env env, napi_value dataObj) in DrawBuffers()
Dwebgl_arg.cpp83 std::tuple<GLenum, GLintptr> WebGLArg::ToGLintptr(napi_env env, napi_value dataObj) in ToGLintptr()
Dwebgl_rendering_context_base_impl.cpp1750 napi_env env, napi_value locationObj, napi_value dataObj, const UniformExtInfo* info) in UniformUiv()
2108 …eringContextBaseImpl::VertexAttribfv(napi_env env, GLuint index, int32_t count, napi_value dataObj) in VertexAttribfv()