Home | History | Annotate | Download | only in null
      1 
      2 message("*** Using null context target")
      3 
      4 set(DEQP_TARGET_NAME 	"Null")
      5 set(DEQP_SUPPORT_EGL	ON)
      6 set(DEQP_SUPPORT_GLES2	ON)
      7 set(DEQP_SUPPORT_GLES3	ON)
      8 set(DEQP_SUPPORT_OPENGL	ON)
      9 
     10 set(TCUTIL_PLATFORM_SRCS
     11 	null/tcuNullPlatform.cpp
     12 	null/tcuNullPlatform.hpp
     13 	null/tcuNullRenderContext.cpp
     14 	null/tcuNullRenderContext.hpp
     15 	null/tcuNullContextFactory.cpp
     16 	null/tcuNullContextFactory.hpp
     17 	)
     18