Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
ef26c304
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
ef26c304
编写于
6月 09, 2023
作者:
L
lixiteng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
webGL重复用例整改
Signed-off-by:
N
lixiteng
<
lixiteng@huawei.com
>
上级
7d45fba3
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
14 addition
and
14 deletion
+14
-14
graphic/webGL/src/main/js/test/WebGL.test08.js
graphic/webGL/src/main/js/test/WebGL.test08.js
+2
-2
graphic/webGL/src/main/js/test/WebGL.test10.js
graphic/webGL/src/main/js/test/WebGL.test10.js
+3
-3
graphic/webGL/src/main/js/test/WebGL.test11.js
graphic/webGL/src/main/js/test/WebGL.test11.js
+2
-2
graphic/webGL/src/main/js/test/WebGL.test12.js
graphic/webGL/src/main/js/test/WebGL.test12.js
+2
-2
graphic/webGL/src/main/js/test/WebGL.test13.js
graphic/webGL/src/main/js/test/WebGL.test13.js
+1
-1
graphic/webGL/src/main/js/test/WebGL.test14.js
graphic/webGL/src/main/js/test/WebGL.test14.js
+4
-4
未找到文件。
graphic/webGL/src/main/js/test/WebGL.test08.js
浏览文件 @
ef26c304
...
...
@@ -2069,10 +2069,10 @@ export default function webgl1Test_webgl8() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_0784
* @tc.name webgl_test_framebufferTexture2D2
5
* @tc.name webgl_test_framebufferTexture2D2
7
* @tc.desc Test framebufferTexture2D.
*/
it
(
'
webgl_test_framebufferTexture2D2
5
'
,
0
,
async
function
(
done
)
{
it
(
'
webgl_test_framebufferTexture2D2
7
'
,
0
,
async
function
(
done
)
{
console
.
info
(
"
webgltest into framebufferTexture2D
"
);
const
texture
=
gl
.
createTexture
();
...
...
graphic/webGL/src/main/js/test/WebGL.test10.js
浏览文件 @
ef26c304
...
...
@@ -977,12 +977,12 @@ export default function webgl1Test_webgl10() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_0948
* @tc.name testInvalidateFramebuffer_1_0
1
* @tc.name testInvalidateFramebuffer_1_0
7
* @tc.desc Test invalidateFramebuffer.
*/
it
(
'
testInvalidateFramebuffer_1_0
1
'
,
0
,
async
function
(
done
)
{
it
(
'
testInvalidateFramebuffer_1_0
7
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
jsWebGL testInvalidateFramebuffer_1_0
1
test start ...66
'
);
console
.
info
(
'
jsWebGL testInvalidateFramebuffer_1_0
7
test start ...66
'
);
gl2
.
invalidateFramebuffer
(
gl
.
READ_FRAMEBUFFER
,
[
gl
.
COLOR_ATTACHMENT0
,
gl
.
COLOR_ATTACHMENT1
]);
const
invalidateFramebufferError
=
gl
.
getError
();
...
...
graphic/webGL/src/main/js/test/WebGL.test11.js
浏览文件 @
ef26c304
...
...
@@ -354,10 +354,10 @@ export default function webgl1Test_webgl11() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_1005
* @tc.name testBufferData__
3
* @tc.name testBufferData__
5
* @tc.desc Test bufferData.
*/
it
(
'
testBufferData__
3
'
,
0
,
async
function
(
done
)
{
it
(
'
testBufferData__
5
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
jsWebGL2 bufferData test start ...
'
+
JSON
.
stringify
(
gl2
));
const
buffer
=
gl
.
createBuffer
();
...
...
graphic/webGL/src/main/js/test/WebGL.test12.js
浏览文件 @
ef26c304
...
...
@@ -1328,10 +1328,10 @@ export default function webgl1Test_webgl12() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_1172
* @tc.name testTexImage2D_1_1
6
* @tc.name testTexImage2D_1_1
7
* @tc.desc Test texImage2D.
*/
it
(
'
testTexImage2D_1_1
6
'
,
0
,
async
function
(
done
)
{
it
(
'
testTexImage2D_1_1
7
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
jsWebGL2 texImage2D test start ...
'
+
JSON
.
stringify
(
gl2
));
var
buffer
=
new
ArrayBuffer
(
8
);
...
...
graphic/webGL/src/main/js/test/WebGL.test13.js
浏览文件 @
ef26c304
...
...
@@ -603,7 +603,7 @@ export default function webgl1Test_webgl13() {
* @tc.name testTexImage2D_11_1
* @tc.desc Test texImage2D.
*/
it
(
'
testTexImage2D_1
1_1
'
,
0
,
async
function
(
done
)
{
it
(
'
testTexImage2D_1
0_2
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
jsWebGL testTexImage2D test start ...66
'
);
console
.
info
(
'
jsWebGL testTexImage2D test start ...
'
+
JSON
.
stringify
(
gl
));
...
...
graphic/webGL/src/main/js/test/WebGL.test14.js
浏览文件 @
ef26c304
...
...
@@ -824,10 +824,10 @@ export default function webgl1Test_webgl14() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_1328
* @tc.name webgl_test_clearBufferfv_22
* @tc.name webgl_test_clearBufferfv_22
_1
* @tc.desc Test clearBufferfv.
*/
it
(
'
webgl_test_clearBufferfv_22
'
,
0
,
async
function
(
done
)
{
it
(
'
webgl_test_clearBufferfv_22
_1
'
,
0
,
async
function
(
done
)
{
console
.
info
(
"
webgltest into clearBufferfv
"
);
...
...
@@ -885,10 +885,10 @@ export default function webgl1Test_webgl14() {
/**
* @tc.number GRAPHIC_FUNCTION_JS_WEBGL_TESTWEBGL_1331
* @tc.name webgl_test_clearBufferfv_22
* @tc.name webgl_test_clearBufferfv_22
_2
* @tc.desc Test clearBufferfv.
*/
it
(
'
webgl_test_clearBufferfv_22
'
,
0
,
async
function
(
done
)
{
it
(
'
webgl_test_clearBufferfv_22
_2
'
,
0
,
async
function
(
done
)
{
console
.
info
(
"
webgltest into clearBufferfv
"
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录