| /external/autotest/client/site_tests/graphics_dEQP/ |
| control.gles31-master.hasty.7 | 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild' 23 'test_names_file=/usr/local/deqp/master/gles31-master.txt',
|
| control.gles31-master.hasty.8 | 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild' 23 'test_names_file=/usr/local/deqp/master/gles31-master.txt',
|
| control.gles31-master.hasty.9 | 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild' 23 'test_names_file=/usr/local/deqp/master/gles31-master.txt',
|
| control.gles31.stress | 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 23 'filter=dEQP-GLES31.stress',
|
| control.vk-master | 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild' 23 'test_names_file=/usr/local/deqp/master/vk-master.txt',
|
| graphics_dEQP.py | 39 _timeout = 70 # Larger than twice the dEQP watchdog timeout at 30s. 48 'dEQP-EGL': 'egl', 49 'dEQP-GLES2': 'gles2', 50 'dEQP-GLES3': 'gles3', 51 'dEQP-GLES31': 'gles31', 52 'dEQP-VK': 'vk', 67 # deqp may depend on libraries that are present only on test images. 77 # Valid choices are fbo and pbuffer. The latter avoids dEQP assumptions. 181 """Ask dEQP for all test cases and removes non-Pass'ing ones. 183 This function will query dEQP for test cases and remove all cases tha [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| CMakeLists.txt | 50 add_library(deqp-vk-protected-memory STATIC ${DEQP_VK_PROTECTED_MEMORY_SRCS}) 51 target_link_libraries(deqp-vk-protected-memory ${DEQP_VK_PROTECTED_MEMORY_LIBS})
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| CMakeLists.txt | 43 add_library(deqp-vk-sparse-resources STATIC ${DEQP_VK_SPARSE_RESOURCES_SRCS}) 44 target_link_libraries(deqp-vk-sparse-resources ${DEQP_VK_SPARSE_RESOURCES_LIBS})
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| CMakeLists.txt | 41 add_library(deqp-vk-spirv-assembly STATIC ${DEQP_VK_SPIRV_ASSEMBLY_SRCS}) 42 target_link_libraries(deqp-vk-spirv-assembly ${DEQP_VK_SPIRV_ASSEMBLY_LIBS})
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| CMakeLists.txt | 41 add_library(deqp-vk-tessellation STATIC ${DEQP_VK_TESSELLATION_SRCS}) 42 target_link_libraries(deqp-vk-tessellation ${DEQP_VK_TESSELLATION_LIBS})
|
| /external/deqp/external/openglcts/modules/gles2/ |
| tes2TestCase.hpp | 27 namespace deqp namespace 32 using deqp::Context; 33 using deqp::TestCaseGroup; 36 } // deqp
|
| /external/deqp/targets/android/ |
| install.sh | 23 echo "Removing old dEQP Ondevice Package..." 24 adb $* uninstall com.drawelements.deqp 26 echo "Installing dEQP Ondevice Package..." 27 adb $* install -r dEQP.apk
|
| /external/deqp/external/openglcts/modules/gles32/ |
| es32cRobustBufferAccessBehaviorTests.hpp | 45 class VertexBufferObjectsTest : public deqp::RobustBufferAccessBehavior::VertexBufferObjectsTest 49 VertexBufferObjectsTest(deqp::Context& context); 71 class TexelFetchTest : public deqp::RobustBufferAccessBehavior::TexelFetchTest 75 TexelFetchTest(deqp::Context& context); 76 TexelFetchTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description); 105 ImageLoadStoreTest(deqp::Context& context); 125 class StorageBufferTest : public deqp::RobustBufferAccessBehavior::StorageBufferTest 129 StorageBufferTest(deqp::Context& context); 148 class UniformBufferTest : public deqp::RobustBufferAccessBehavior::UniformBufferTest 152 UniformBufferTest(deqp::Context& context) [all...] |
| /external/deqp/framework/common/ |
| tcuCommandLine.hpp | 132 //! Get log file name (--deqp-log-filename) 138 //! Get run mode (--deqp-runmode) 141 //! Get caselist dump target file pattern (--deqp-caselist-export-file) 144 //! Get default window visibility (--deqp-visibility) 147 //! Get watchdog enable status (--deqp-watchdog) 150 //! Get crash handling enable status (--deqp-crashhandler) 153 //! Get base seed for randomization (--deqp-base-seed) 156 //! Get test iteration count (--deqp-test-iteration-count) 159 //! Get rendering target width (--deqp-surface-width) 162 //! Get rendering target height (--deqp-surface-height [all...] |
| /external/deqp/external/vulkancts/ |
| README.md | 6 Vulkan CTS is built on dEQP framework. dEQP documentation is available 43 To build dEQP, you need first to download sources for zlib, libpng, glslang, 61 start dEQP-Core-default.sln 66 start dEQP-Core-default.sln 82 Following command will build dEQP.apk: 99 adb install --abi <ABI name> <build-root>/package/dEQP.apk /data/local/tmp/dEQP-debug.apk 139 --deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/1.1.0/vk-default.txt 140 --deqp-log-images=disabl [all...] |
| /external/deqp/external/openglcts/modules/gl/ |
| gl3cTestPackages.cpp | 83 deqp::Context& context = m_testPackage.getContext(); 104 deqp::Context& context = m_testPackage.getContext(); 141 addChild(new deqp::InfoTests(getContext())); 227 GL33ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests") 233 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test")); 234 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_330)); 235 addChild(new deqp::ShaderIndexingTests(m_context, glu::GLSL_VERSION_330)); 236 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_330)); 238 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.test")); 239 addChild(new deqp::ShaderStructTests(m_context, glu::GLSL_VERSION_330)) [all...] |
| gl4cShaderSubroutineTests.hpp | 48 buffer(deqp::Context& context); 60 deqp::Context& m_context; 65 framebuffer(deqp::Context& context); 79 deqp::Context& m_context; 87 program(deqp::Context& context); 123 deqp::Context& m_context; 128 texture(deqp::Context& context); 142 deqp::Context& m_context; 147 vertexArray(deqp::Context& Context); 156 deqp::Context& m_context [all...] |
| gl4cPostDepthCoverageTests.hpp | 43 class PostDepthShaderCase : public deqp::TestCase 47 PostDepthShaderCase(deqp::Context& context); 67 class PostDepthSampleMaskCase : public deqp::TestCase 71 PostDepthSampleMaskCase(deqp::Context& context); 110 class PostDepthCoverage : public deqp::TestCaseGroup 114 PostDepthCoverage(deqp::Context& context);
|
| gl4cES31CompatibilityTests.hpp | 53 class Tests : public deqp::TestCaseGroup 57 Tests(deqp::Context& context); 78 class ShaderCompilationCompatibilityTests : public deqp::TestCase 82 ShaderCompilationCompatibilityTests(deqp::Context& context); 110 class ShaderFunctionalCompatibilityTest : public deqp::TestCase 114 ShaderFunctionalCompatibilityTest(deqp::Context& context); 156 class SampleVariablesTests : public deqp::TestCaseGroup 159 SampleVariablesTests(deqp::Context& context, glu::GLSLVersion glslVersion); 192 class ShaderImageLoadStoreTests : public deqp::TestCaseGroup 195 ShaderImageLoadStoreTests(deqp::Context& context) [all...] |
| gl4cMultiBindTests.hpp | 49 class ErrorsBindBuffersTest : public deqp::TestCase 53 ErrorsBindBuffersTest(deqp::Context& context); 70 class ErrorsBindTexturesTest : public deqp::TestCase 74 ErrorsBindTexturesTest(deqp::Context& context); 91 class ErrorsBindSamplersTest : public deqp::TestCase 95 ErrorsBindSamplersTest(deqp::Context& context); 116 class ErrorsBindImageTexturesTest : public deqp::TestCase 120 ErrorsBindImageTexturesTest(deqp::Context& context); 138 class ErrorsBindVertexBuffersTest : public deqp::TestCase 142 ErrorsBindVertexBuffersTest(deqp::Context& context) [all...] |
| /external/deqp/doc/testspecs/GLES3/ |
| functional.shaders.matrix.txt | 22 + dEQP-GLES3.functional.shaders.matrix.* 23 + dEQP-GLES3.functional.shaders.conversions.scalar_to_matrix.* 24 + dEQP-GLES3.functional.shaders.conversions.matrix_to_matrix.* 25 + dEQP-GLES3.functional.shaders.conversions.matrix_combine.* 26 + dEQP-GLES3.functional.shaders.conversions.matrix_illegal.* 27 + dEQP-GLES3.functional.shaders.indexing.matrix_subscript.*
|
| /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/external/openglcts/modules/common/ |
| glcTextureFilterAnisotropicTests.hpp | 41 class TextureFilterAnisotropicQueriesTestCase : public deqp::TestCase 45 TextureFilterAnisotropicQueriesTestCase(deqp::Context& context); 59 class TextureFilterAnisotropicDrawingTestCase : public deqp::TestCase 63 TextureFilterAnisotropicDrawingTestCase(deqp::Context& context); 90 class TextureFilterAnisotropicTests : public deqp::TestCaseGroup 94 TextureFilterAnisotropicTests(deqp::Context& context);
|
| /external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
| ExecServerActivity.java | 27 package com.drawelements.deqp.execserver; 34 import com.drawelements.deqp.testercore.Log; 35 import com.drawelements.deqp.R; 53 m_statusText.setText("dEQP ExecServer is running");
|
| /external/deqp/scripts/ |
| mustpass.py | 34 APK_NAME = "com.drawelements.deqp.apk" 98 'dEQP-EGL': GLESVersion(2,0), 99 'dEQP-GLES2': GLESVersion(2,0), 100 'dEQP-GLES3': GLESVersion(3,0), 101 'dEQP-GLES31': GLESVersion(3,1) 112 assert module.name[:5] == "dEQP-" 122 return "com.drawelements.deqp." + getModuleShorthand(package.module) 128 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig 131 cmdLine += "--deqp-screen-rotation=%s " % config.rotation 134 cmdLine += "--deqp-surface-type=%s " % config.surfacetyp [all...] |