博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenGL ES testing
阅读量:7027 次
发布时间:2019-06-28

本文共 1784 字,大约阅读时间需要 5 分钟。

OpenGL ES testing

This page provides an overview of the GPU testing suite called deqp (drawElements Quality Program).

You can access the code for deqp in AOSP at the following location:

To work with the latest submitted code, use the deqp-dev branch. If you want the code that matches the Android 5.0 CTS release, use the lollipop-release branch.

Deploying deqp


To deploy the deqp test suite to a new environment, please review the deqp information regarding the following:

  • Building test programs
  • Porting the test framework (optional, depending on the target platform)
  • Running the tests
  • Automating the tests
  • Using special test groups
  • Integrating with Android CTS

Source layout


The source code layout for the deqp test modules and supporting libraries is shown in the table below. The listing is not complete but highlights the most important directories.

Directory Description
android

Android tester sources and build scripts

data

Test data files

modules

Test module sources

modules/egl

EGL module

modules/gles2

GLES2 module

modules/gles3

GLES3 module

modules/gles31

GLES3.1 module

targets

Target-specific build configuration files

framework

deqp test module framework and utilities

framework/delibs

Base portability and build libraries

framework/platform

Platform ports

framework/qphelper

Test program integration library (C)

framework/common

Deqp framework (C++)

framework/opengl, framework/egl

API-specific utilities

execserver

Device-side ExecServer source

executor

Host-side test executor shell tool and utilities

external

Build stub directory for external libs libpng and zlib

Open Source components

The deqp uses libpng and zlib. They can be fetched from the web with the script external/fetch_sources.py or with git pulls from git repositories platform/external/[libpng,zlib].

转载地址:http://yqoxl.baihongyu.com/

你可能感兴趣的文章
Mockdown快速入门
查看>>
网易云课堂Java模拟面试笔记(1-10)
查看>>
react js vccode调试
查看>>
小米9.0系统机器最完美激活Xposed框架的步骤
查看>>
排序算法总结
查看>>
温故之.NET进程间通信——管道
查看>>
Vue.js搭配环境过程中遇到的坑
查看>>
hexo博客搭建
查看>>
常见Dom操作有哪些?
查看>>
学习TypeScript
查看>>
编写自定义 .NET Core 主机以从本机代码控制 .NET 运行时
查看>>
Java代码执行顺序
查看>>
674 Longest Continuous Increasing Subsequence
查看>>
html5,canvas实现自定义饼图
查看>>
什么是JPA?Java Persistence API简介
查看>>
SpringBoot2.1版本的个人应用开发框架 - 整合vue实现前后端分离
查看>>
Rxjava2源码分析之线程切换(subscribeOn、observeOn)
查看>>
SpringBoot整合Mybatis
查看>>
KNN分类器-Java实现
查看>>
从事iOS研发6年的面经——希望对你们有帮助,程序员必看!
查看>>