HomeSort by relevance Sort by last modified time
    Searched refs:m_is_tessellation_shader_point_size_supported (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 70 , m_is_tessellation_shader_point_size_supported(false)
103 m_is_tessellation_shader_point_size_supported = true;
132 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_size") ||
156 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_size");
170 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_EXT_tessellation_point_size");
    [all...]
esextcTestCaseBase.hpp 222 bool m_is_tessellation_shader_point_size_supported; member in class:glcts::TestCaseBase
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderPoints.cpp 187 if (!m_is_tessellation_shader_supported || !m_is_tessellation_shader_point_size_supported)
    [all...]
esextcTessellationShaderTCTE.cpp 248 n_ts_pointsize_usage < ((m_is_tessellation_shader_point_size_supported) ? 2 : 1);
    [all...]

Completed in 431 milliseconds