OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gles31
(Results
51 - 75
of
363
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/
CMakeLists.txt
5
add_subdirectory(
gles31
)
/cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionCtsActivity.java
21
import android.opengl.
GLES31
;
209
int shader =
GLES31
.glCreateShader(shaderType);
214
GLES31
.glShaderSource(shader, source);
215
GLES31
.glCompileShader(shader);
217
GLES31
.glGetShaderiv(shader,
GLES31
.GL_COMPILE_STATUS, compiled, 0);
220
Log.e(TAG,
GLES31
.glGetShaderInfoLog(shader));
221
GLES31
.glDeleteShader(shader);
224
GLES31
.glAttachShader(program, shader);
225
GLES31
.glDeleteShader(shader)
[
all
...]
/external/autotest/client/site_tests/graphics_dEQP/
control.gles31-master
7
NAME = 'graphics_dEQP.
gles31
-master'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.0
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.0'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.1
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.1'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.2
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.2'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.3
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.3'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.4
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.4'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.5
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.5'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.6
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.6'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.7
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.7'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.8
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.8'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31-master.hasty.9
7
NAME = 'graphics_dEQP.
gles31
-master.hasty.9'
20
tag = '
gles31
-master',
22
'test_names_file=/usr/local/deqp/master/
gles31
-master.txt',
control.gles31.stress
7
NAME = 'graphics_dEQP.
gles31
.stress'
22
'filter=dEQP-
GLES31
.stress',
/external/deqp/
Android.mk
[
all
...]
/external/autotest/client/site_tests/graphics_dEQP/master/
bvt.txt
19
dEQP-
GLES31
.info.vendor
20
dEQP-
GLES31
.info.renderer
21
dEQP-
GLES31
.info.version
22
dEQP-
GLES31
.info.shading_language_version
23
dEQP-
GLES31
.info.extensions
24
dEQP-
GLES31
.info.render_target
/external/deqp/scripts/
build_android_mustpass.py
53
GLES31_MODULE = getModuleByName("dEQP-
GLES31
")
161
filters = [include("
gles31
-master.txt")]),
168
filters = [include("
gles31
-master.txt"), include("
gles31
-rotation.txt")]),
173
filters = [include("
gles31
-master.txt"), include("
gles31
-rotation.txt")]),
178
filters = [include("
gles31
-master.txt"), include("
gles31
-rotation.txt")]),
183
filters = [include("
gles31
-master.txt"), include("
gles31
-rotation.txt")])
[
all
...]
/external/deqp/doc/testspecs/GLES31/
functional.shaders.arrays_of_arrays.txt
22
+ dEQP-
GLES31
.functional.shaders.arrays_of_arrays.*
23
+ dEQP-
GLES31
.functional.ssbo.*arrays_of_arrays*
24
+ dEQP-
GLES31
.functional.ssbo.*_level_array*
25
+ dEQP-
GLES31
.functional.ubo.*
26
+ dEQP-
GLES31
.functional.program_interface_query.* (selected cases)
27
+ dEQP-
GLES31
.functional.shaders.functions.*
/external/deqp/android/cts/lmp/
mustpass.xml
24
<TestPackage name="dEQP-
GLES31
">
25
<Configuration caseListFile="
gles31
-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
/external/deqp/android/cts/lmp-mr1/
mustpass.xml
24
<TestPackage name="dEQP-
GLES31
">
25
<Configuration caseListFile="
gles31
-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
/external/deqp/android/cts/
AndroidTest.xml
98
<option name="deqp-package" value="dEQP-
GLES31
"/>
99
<option name="deqp-caselist-file" value="
gles31
-master.txt"/>
107
<option name="deqp-package" value="dEQP-
GLES31
"/>
108
<option name="deqp-caselist-file" value="
gles31
-rotate-portrait.txt"/>
115
<option name="deqp-package" value="dEQP-
GLES31
"/>
116
<option name="deqp-caselist-file" value="
gles31
-rotate-landscape.txt"/>
123
<option name="deqp-package" value="dEQP-
GLES31
"/>
124
<option name="deqp-caselist-file" value="
gles31
-rotate-reverse-portrait.txt"/>
131
<option name="deqp-package" value="dEQP-
GLES31
"/>
132
<option name="deqp-caselist-file" value="
gles31
-rotate-reverse-landscape.txt"/
[
all
...]
Android.mk
37
LOCAL_COMPATIBILITY_SUPPORT_FILES += $(LOCAL_PATH)/nyc/
gles31
-master.txt:nyc-
gles31
-master.txt
/external/deqp/android/cts/master/
mustpass.xml
36
<TestPackage name="dEQP-
GLES31
">
37
<Configuration caseListFile="
gles31
-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
38
<Configuration caseListFile="
gles31
-rotate-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=0 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-portrait"/>
39
<Configuration caseListFile="
gles31
-rotate-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=90 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-landscape"/>
40
<Configuration caseListFile="
gles31
-rotate-reverse-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=180 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-portrait"/>
41
<Configuration caseListFile="
gles31
-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
42
<Configuration caseListFile="
gles31
-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="multisample"/>
43
<Configuration caseListFile="
gles31
-565-no-depth-no-stencil.txt" commandLine="--deqp-gl-config-name=rgb565d0s0ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="565-no-depth-no-stencil"/>
/external/deqp/android/cts/mnc/
mustpass.xml
36
<TestPackage name="dEQP-
GLES31
">
37
<Configuration caseListFile="
gles31
-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
38
<Configuration caseListFile="
gles31
-rotate-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=0 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-portrait"/>
39
<Configuration caseListFile="
gles31
-rotate-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=90 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-landscape"/>
40
<Configuration caseListFile="
gles31
-rotate-reverse-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=180 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-portrait"/>
41
<Configuration caseListFile="
gles31
-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
42
<Configuration caseListFile="
gles31
-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="multisample"/>
43
<Configuration caseListFile="
gles31
-565-no-depth-no-stencil.txt" commandLine="--deqp-gl-config-name=rgb565d0s0ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="565-no-depth-no-stencil"/>
/external/deqp/android/cts/nyc/
mustpass.xml
36
<TestPackage name="dEQP-
GLES31
">
37
<Configuration caseListFile="
gles31
-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
38
<Configuration caseListFile="
gles31
-rotate-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=0 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-portrait"/>
39
<Configuration caseListFile="
gles31
-rotate-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=90 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-landscape"/>
40
<Configuration caseListFile="
gles31
-rotate-reverse-portrait.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=180 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-portrait"/>
41
<Configuration caseListFile="
gles31
-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
42
<Configuration caseListFile="
gles31
-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="multisample"/>
43
<Configuration caseListFile="
gles31
-565-no-depth-no-stencil.txt" commandLine="--deqp-gl-config-name=rgb565d0s0ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="565-no-depth-no-stencil"/>
Completed in 205 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>