未验证 提交 054e6a42 编写于 作者: 葛亚芳 提交者: Gitee

update

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 734cd8b0
......@@ -95,7 +95,7 @@ OH_NativeVSync* OH_NativeVSync_Create (const char * name, unsigned int length )
| 名称 | 描述 |
| -------- | -------- |
| name | 参数表示一个vsync连接的名字 |
| name | 表示一个名字,与创建的OH_NativeVSync实例关联 |
| length | name的长度 |
**返回:**
......
......@@ -341,7 +341,7 @@ int32_t OH_NativeWindow_GetNativeObjectMagic (void * obj)
| 名称 | 描述 |
| -------- | -------- |
| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 |
| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 |
**返回:**
......@@ -365,7 +365,7 @@ int32_t OH_NativeWindow_NativeObjectReference (void * obj)
| 名称 | 描述 |
| -------- | -------- |
| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 |
| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 |
**返回:**
......@@ -389,7 +389,7 @@ int32_t OH_NativeWindow_NativeObjectUnreference (void * obj)
| 名称 | 描述 |
| -------- | -------- |
| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 |
| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 |
**返回:**
......
......@@ -84,7 +84,7 @@ OH_NativeBuffer* OH_NativeBuffer_Alloc (const OH_NativeBuffer_Config * config)
| 名称 | 描述 |
| -------- | -------- |
| config | 一个指向OH_NativeBuffer属性的指针,类型为OH_NativeBuffer_Config。 |
| config | 一个指向OH_NativeBuffer_Config类型的指针。 |
**返回:**
......
......@@ -120,7 +120,7 @@ GL_TEXTURE_EXTERNAL_OES, 并通过OH_NativeImage进行更新
| 名称 | 描述 |
| -------- | -------- |
| image | 指向OH_NativeImage实例的指针。 |
| textureId | OH_NativeImage要附加到的OPENGL ES纹理的id。 |
| textureId | OH_NativeImage要附加到的OpenGL ES纹理的id。 |
**返回:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册