1 2message("*** Using null context target") 3 4set(DEQP_TARGET_NAME "Null") 5set(DEQP_SUPPORT_EGL ON) 6set(DEQP_SUPPORT_GLES2 ON) 7set(DEQP_SUPPORT_GLES3 ON) 8set(DEQP_SUPPORT_OPENGL ON) 9 10set(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