Home | History | Annotate | Download | only in performance
      1 # dEQP-GLES3.performance
      2 
      3 set(DEQP_GLES3_PERFORMANCE_SRCS
      4 	es3pBlendTests.cpp
      5 	es3pBlendTests.hpp
      6 	es3pPerformanceTests.cpp
      7 	es3pPerformanceTests.hpp
      8 	es3pShaderControlStatementTests.cpp
      9 	es3pShaderControlStatementTests.hpp
     10 	es3pTextureCases.cpp
     11 	es3pTextureCases.hpp
     12 	es3pTextureCountTests.cpp
     13 	es3pTextureCountTests.hpp
     14 	es3pTextureFilteringTests.cpp
     15 	es3pTextureFilteringTests.hpp
     16 	es3pTextureFormatTests.cpp
     17 	es3pTextureFormatTests.hpp
     18 	es3pShaderCompilerTests.cpp
     19 	es3pShaderCompilerTests.hpp
     20 	es3pShaderOptimizationTests.cpp
     21 	es3pShaderOptimizationTests.hpp
     22 	es3pShaderCompilationCases.hpp
     23 	es3pShaderCompilationCases.cpp
     24 	es3pRedundantStateChangeTests.cpp
     25 	es3pRedundantStateChangeTests.hpp
     26 	es3pStateChangeTests.cpp
     27 	es3pStateChangeTests.hpp
     28 	es3pStateChangeCallTests.cpp
     29 	es3pStateChangeCallTests.hpp
     30 	es3pBufferDataUploadTests.cpp
     31 	es3pBufferDataUploadTests.hpp
     32 	es3pShaderOperatorTests.cpp
     33 	es3pShaderOperatorTests.hpp
     34 	es3pDepthTests.hpp
     35 	es3pDepthTests.cpp
     36 	)
     37 
     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})
     40