• Home
  • Raw
  • Download

Lines Matching refs:gles2

14 # deqp-gles2-performance build
19 config("deqp-gles2-performance_config") {
24 ohos_source_set("deqp-gles2-performance_source") {
26 "//third_party/vk-gl-cts/modules/gles2/performance/es2pBlendTests.cpp",
27 "//third_party/vk-gl-cts/modules/gles2/performance/es2pDrawCallBatchingTests.cpp",
28 "//third_party/vk-gl-cts/modules/gles2/performance/es2pPerformanceTests.cpp",
29 "//third_party/vk-gl-cts/modules/gles2/performance/es2pRedundantStateChangeTests.cpp",
30 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderCompilationCases.cpp",
31 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderCompilerTests.cpp",
32 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderControlStatementTests.cpp",
33 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderOperatorTests.cpp",
34 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderOptimizationTests.cpp",
35 "//third_party/vk-gl-cts/modules/gles2/performance/es2pStateChangeCallTests.cpp",
36 "//third_party/vk-gl-cts/modules/gles2/performance/es2pStateChangeTests.cpp",
37 "//third_party/vk-gl-cts/modules/gles2/performance/es2pTextureCases.cpp",
38 "//third_party/vk-gl-cts/modules/gles2/performance/es2pTextureCountTests.cpp",
39 "//third_party/vk-gl-cts/modules/gles2/performance/es2pTextureFilteringTests.cpp",
40 "//third_party/vk-gl-cts/modules/gles2/performance/es2pTextureFormatTests.cpp",
41 "//third_party/vk-gl-cts/modules/gles2/performance/es2pTextureUploadTests.cpp",
46 "//third_party/vk-gl-cts/modules/gles2/performance",
47 "//third_party/vk-gl-cts/modules/gles2",
57 configs = [ ":deqp-gles2-performance_config" ]
61 ohos_static_library("libdeqp-gles2-performance") {
62 deps = [ ":deqp-gles2-performance_source" ]