Searched refs:m_result_failure (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ | ||
H A D | gl4cGPUShaderFP64Tests.hpp | 526 static const glw::GLint m_result_failure; member in gl4cts::GPUShaderFP64Test2 761 static const glw::GLuint m_result_failure; member in gl4cts::GPUShaderFP64Test3 |
H A D | gl4cGPUShaderFP64Tests.cpp | 3244 const glw::GLint GPUShaderFP64Test2::m_result_failure = 2; member in gl4cts::GPUShaderFP64Test2 4249 << m_result_failure << ";\n" in prepareUniformVerification() local 4323 /* Prepare buffer filled with m_result_failure */ in testBegin() 4327 buffer_data[i] = m_result_failure; in testBegin() 4599 const glw::GLuint GPUShaderFP64Test3::m_result_failure = 0; member in gl4cts::GPUShaderFP64Test3 5543 * VARYING_NAME = m_result_failure; in writeMainBody() 5589 * = m_result_failure; in writeMainBody() 5592 stream << " = " << m_result_failure << ";\n" in writeMainBody() local |
Completed in 30 milliseconds