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

  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 66 , m_is_shader_image_atomic_supported(false)
107 m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2));
124 m_is_shader_image_atomic_supported = true;
177 m_is_shader_image_atomic_supported = isExtensionSupported("GL_OES_shader_image_atomic");
    [all...]
esextcTestCaseBase.hpp 218 bool m_is_shader_image_atomic_supported; member in class:glcts::TestCaseBase
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferAtomicFunctions.cpp 66 if (!m_is_shader_image_atomic_supported)

Completed in 192 milliseconds