Home
last modified time | relevance | path

Searched refs:OPENGL (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/tests/deqp_support/
Ddeqp_gles3_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
264 1323 LINUX OPENGL : dEQP-GLES3.functional.ubo.* = SKIP
266 1323 LINUX OPENGL : dEQP-GLES3.functional.fbo.depth.depth_test_clamp.depth_component32f = FAIL
267 1323 LINUX OPENGL : dEQP-GLES3.functional.fbo.depth.depth_test_clamp.depth32f_stencil8 = FAIL
268 1323 LINUX OPENGL : dEQP-GLES3.functional.fbo.depth.depth_write_clamp.depth_component32f = FAIL
269 1323 LINUX OPENGL : dEQP-GLES3.functional.fbo.depth.depth_write_clamp.depth32f_stencil8 = FAIL
270 1323 LINUX OPENGL : dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.points =…
273 1324 LINUX OPENGL : dEQP-GLES3.functional.shaders.loops.while_constant_iterations.conditional_conti…
274 1324 LINUX OPENGL : dEQP-GLES3.functional.shaders.loops.while_constant_iterations.conditional_conti…
275 1324 LINUX OPENGL : dEQP-GLES3.functional.shaders.loops.while_constant_iterations.unconditional_con…
[all …]
Ddeqp_gles2_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
150 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.srgb8_alpha8 = FAIL
151 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.srgb8_alpha8 = FAIL
152 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.srgb8_alpha8 = FAIL
153 3291 OPENGL : dEQP-GLES2.functional.texture.mipmap.cube.projected.linear_linear = FAIL
156 3302 OPENGL INTEL LINUX : dEQP-GLES2.functional.rasterization.interpolation.basic.lines_wide = FAIL
157 3302 OPENGL INTEL LINUX : dEQP-GLES2.functional.rasterization.interpolation.basic.line_strip_wide =…
158 3302 OPENGL INTEL LINUX : dEQP-GLES2.functional.rasterization.interpolation.basic.line_loop_wide = …
159 3302 OPENGL INTEL LINUX : dEQP-GLES2.functional.rasterization.interpolation.projected.lines_wide = …
160 3302 OPENGL INTEL LINUX : dEQP-GLES2.functional.rasterization.interpolation.projected.line_strip_wi…
[all …]
Ddeqp_gles31_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
40 1442 OPENGL : dEQP-GLES31.functional.program_interface_query.transform_feedback_varying.resource_li…
118 4234 OPENGL : dEQP-GLES31.functional.debug.negative_coverage.get_error.compute.program_not_active =…
120 4234 OPENGL : dEQP-GLES31.functional.debug.negative_coverage.log.compute.program_not_active = SKIP
123 4234 OPENGL : dEQP-GLES31.functional.debug.negative_coverage.callbacks.compute.program_not_active =…
125 // OPENGL Failing Tests
126 1665 WIN NVIDIA OPENGL : dEQP-GLES31.functional.draw_indirect.negative.command_offset_not_in_buffer…
127 1442 NVIDIA OPENGL : dEQP-GLES31.functional.fbo.no_attachments.maximums.all = FAIL
128 1442 OPENGL : dEQP-GLES31.functional.program_interface_query.atomic_counter_buffer.referenced_by* =…
129 1442 OPENGL : dEQP-GLES31.functional.program_interface_query.buffer_limited_query.resource_query = …
[all …]
Ddeqp_egl_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
36 3916 OPENGL : dEQP-EGL.functional.sharing.gles2.multithread.* = SKIP
37 3916 OPENGL : dEQP-EGL.functional.multithread.* = SKIP
38 3916 OPENGL : dEQP-EGL.functional.render.multi_thread.* = SKIP
39 3916 OPENGL : dEQP-EGL.functional.color_clears.multi_thread.* = SKIP
Ddeqp_khr_gles2_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
Ddeqp_khr_gles31_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
Ddeqp_khr_gles3_test_expectations.txt15 // D3D9 D3D11 OPENGL GLES VULKAN
/external/angle/src/tests/test_utils/
Dangle_test_configs.cpp364 EGLPlatformParameters OPENGL() in OPENGL() function
369 EGLPlatformParameters OPENGL(EGLint major, EGLint minor) in OPENGL() function
402 return OPENGL(); in OPENGL_OR_GLES()
411 return OPENGL(major, minor); in OPENGL_OR_GLES()
635 return PlatformParameters(1, 0, egl_platform::OPENGL()); in ES1_OPENGL()
640 return PlatformParameters(2, 0, egl_platform::OPENGL()); in ES2_OPENGL()
645 return PlatformParameters(2, 0, egl_platform::OPENGL(major, minor)); in ES2_OPENGL()
650 return PlatformParameters(3, 0, egl_platform::OPENGL()); in ES3_OPENGL()
655 return PlatformParameters(3, 0, egl_platform::OPENGL(major, minor)); in ES3_OPENGL()
660 return PlatformParameters(3, 1, egl_platform::OPENGL()); in ES31_OPENGL()
[all …]
Dangle_test_configs.h104 EGLPlatformParameters OPENGL();
105 EGLPlatformParameters OPENGL(EGLint major, EGLint minor);
DMultiviewTest.cpp246 return MultiviewImplementationParams(majorVersion, minorVersion, false, egl_platform::OPENGL(), in VertexShaderOpenGL()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
DMakefile15 ifeq ($(GRAPHICS_BACKEND), OPENGL)
31 $(error GRAPHICS_BACKEND has to be either OPENGL or OPENGLES)
/external/angle/src/tests/perf_tests/
DTextureUploadPerf.cpp372 params.eglParameters = egl_platform::OPENGL(); in ES3OpenGLPBOParams()