Lines Matching full:code
32 <p>You can access the code for deqp in AOSP at the following location: <a href="https://android.googlesource.com/platform/external/deqp">https://android.googlesource.com/platform/external/deqp</a></p>
34 <p>To work with the latest submitted code, use the <code>deqp-dev</code> branch. If you want the code that matches the Android 5.0 CTS release, use the <code>lollipop-release</code> branch. </p>
51 <p>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.</p>
59 <td><code>android</code></td>
63 <td><code>data</code></td>
68 <td><code>modules</code></td>
73 <td><code>
74 modules/egl</code></td>
79 <td><code>
80 modules/gles2</code></td>
85 <td><code>
86 modules/gles3</code></td>
91 <td><code>
92 modules/gles31</code></td>
97 <td><code>targets</code></td>
102 <td><code>framework</code></td>
107 <td><code>
108 framework/delibs</code></td>
113 <td><code>
114 framework/platform</code></td>
119 <td><code>
120 framework/qphelper</code></td>
125 <td><code>
126 framework/common</code></td>
131 <td><code>
132 framework/opengl, framework/egl</code></td>
137 <td><code>
138 execserver</code></td>
143 <td><code>
144 executor</code></td>
149 <td><code>
150 external</code></td>
158 <p>The deqp uses <code>libpng</code> and <code>zlib</code>. They can be fetched from the web with the script <code>external/fetch_sources.py </code>or with git pulls from git repositories <code>platform/external/[libpng,zlib]</code>.</p>