HomeSort by relevance Sort by last modified time
    Searched full:deqp (Results 326 - 350 of 1719) sorted by null

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/texture/
CMakeLists.txt 0 # dEQP-VK.texture
32 deqp-vk-shaderexecutor
37 add_library(deqp-vk-texture STATIC ${DEQP_VK_TEXTURE_SRCS})
38 target_link_libraries(deqp-vk-texture ${DEQP_VK_TEXTURE_LIBS})
  /external/deqp/modules/gles3/stress/
CMakeLists.txt 0 # dEQP-GLES3.stress
26 add_library(deqp-gles3-stress STATIC ${DEQP_GLES3_STRESS_SRCS})
27 target_link_libraries(deqp-gles3-stress deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
  /external/deqp/external/vulkancts/modules/vulkan/compute/
CMakeLists.txt 21 add_library(deqp-vk-compute STATIC ${DEQP_VK_COMPUTE_SRCS})
22 target_link_libraries(deqp-vk-compute ${DEQP_VK_COMPUTE_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
CMakeLists.txt 21 add_library(deqp-vk-fragment-ops STATIC ${DEQP_VK_FRAGMENT_OPS_SRCS})
22 target_link_libraries(deqp-vk-fragment-ops ${DEQP_VK_FRAGMENT_OPS_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/memory/
CMakeLists.txt 25 add_library(deqp-vk-memory STATIC ${DEQP_VK_MEMORY_SRCS})
26 target_link_libraries(deqp-vk-memory ${DEQP_VK_MEMORY_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
CMakeLists.txt 17 add_library(deqp-vk-multiview STATIC ${DEQP_VK_MULTI_VIEW_SRCS})
18 target_link_libraries(deqp-vk-multiview ${DEQP_VK_MULTI_VIEW_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
CMakeLists.txt 19 add_library(deqp-vk-render-pass STATIC ${DEQP_VK_RENDER_PASS_SRCS})
20 target_link_libraries(deqp-vk-render-pass ${DEQP_VK_RENDER_PASS_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
CMakeLists.txt 22 add_library(deqp-vk-robustness STATIC ${DEQP_VK_ROBUSTNESS_SRCS})
23 target_link_libraries(deqp-vk-robustness ${DEQP_VK_ROBUSTNESS_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
CMakeLists.txt 19 add_library(deqp-vk-ubo STATIC ${DEQP_VK_UBO_SRCS})
20 target_link_libraries(deqp-vk-ubo ${DEQP_VK_UBO_LIBS})
  /external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
mustpass.xml 21 <Configuration caseListFile="gl30-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/>
22 <Configuration caseListFile="gl45-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
mustpass.xml 21 <Configuration caseListFile="gles2-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/>
22 <Configuration caseListFile="gles32-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/
    [all...]
  /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
mustpass.xml 21 <Configuration caseListFile="gles2-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/>
22 <Configuration caseListFile="gles32-khr-master.txt" commandLine="--deqp-screen-rotation=unspecified --deqp-surface-width=64 --deqp-surface-height=64 --deqp-base-seed=1 --deqp-watchdog=disable" name="khr-master" os="any" useForFirstEGLConfig="True"/
    [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 16 package com.drawelements.deqp.runner;
63 private static final String NAME = "dEQP-GLES3";
65 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt";
68 "com.drawelements.deqp/com.drawelements.deqp.testercore.DeqpInstrumentation";
70 "com.drawelements.deqp/com.drawelements.deqp.platformutil.DeqpPlatformCapabilityQueryInstrumentation";
71 private static final String DEQP_ONDEVICE_APK = "com.drawelements.deqp.apk";
72 private static final String DEQP_ONDEVICE_PKG = "com.drawelements.deqp";
108 mTestsDir = FileUtil.createTempDir("deqp-test-cases")
    [all...]
  /cts/tests/tests/opengl/
DEPRECATED 2 - dEQP for native tests
  /external/deqp/framework/
doxygen.cfg 1 PROJECT_NAME = "dEQP Test Framework"
  /external/deqp/modules/
CMakeLists.txt 0 # dEQP Modules
  /external/deqp/modules/gles2/performance/
CMakeLists.txt 0 # dEQP-GLES2.performance
38 add_library(deqp-gles2-performance STATIC ${DEQP_GLES2_PERFORMANCE_SRCS})
39 target_link_libraries(deqp-gles2-performance deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
  /external/deqp/modules/gles3/performance/
CMakeLists.txt 0 # dEQP-GLES3.performance
38 add_library(deqp-gles3-performance STATIC ${DEQP_GLES3_PERFORMANCE_SRCS})
39 target_link_libraries(deqp-gles3-performance deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
  /external/deqp/external/openglcts/modules/gles31/
tes31TestCase.hpp 28 namespace deqp namespace
33 using deqp::Context;
34 using deqp::TestCase;
35 using deqp::TestCaseGroup;
38 } // deqp
43 using deqp::Context;
44 using deqp::TestCase;
45 using deqp::TestCaseGroup;
46 using deqp::SubcaseBase;
47 using deqp::TestSubcase
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
CMakeLists.txt 29 add_library(deqp-vk-geometry STATIC ${DEQP_VK_GEOMETRY_SRCS})
30 target_link_libraries(deqp-vk-geometry ${DEQP_VK_GEOMETRY_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
CMakeLists.txt 27 add_library(deqp-vk-shaderexecutor STATIC ${DEQP_VK_SHADEREXECUTOR_SRCS})
28 target_link_libraries(deqp-vk-shaderexecutor ${DEQP_VK_SHADEREXECUTOR_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
CMakeLists.txt 27 add_library(deqp-vk-wsi STATIC ${DEQP_VK_WSI_SRCS})
28 target_link_libraries(deqp-vk-wsi ${DEQP_VK_WSI_LIBS})
  /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
mustpass.xml 21 <Configuration caseListFile="egl-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-width=256 --deqp-surface-height=256 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
  /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
mustpass.xml 21 <Configuration caseListFile="egl-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-width=256 --deqp-surface-height=256 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>
  /external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
mustpass.xml 21 <Configuration caseListFile="egl-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-width=256 --deqp-surface-height=256 --deqp-watchdog=disable" name="master" os="any" useForFirstEGLConfig="True"/>

Completed in 775 milliseconds

<<11121314151617181920>>