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_GLES2	ON)
      6 set(DEQP_SUPPORT_GLES3	ON)
      7 set(DEQP_SUPPORT_OPENGL	ON)
      8 
      9 set(TCUTIL_PLATFORM_SRCS
     10 	null/tcuNullPlatform.cpp
     11 	null/tcuNullPlatform.hpp
     12 	null/tcuNullRenderContext.cpp
     13 	null/tcuNullRenderContext.hpp
     14 	)
     15