Searched refs:m_scaleLoc (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ | ||
H A D | es3fLifetimeTests.cpp | 79 GLint m_scaleLoc; member in deqp::gles3::Functional::__anon30571::ScaleProgram 91 m_scaleLoc = gl.getUniformLocation(getProgram(), "scale"); in ScaleProgram() 141 gl.uniform1f(m_scaleLoc, scale); in draw() |
/third_party/vk-gl-cts/external/openglcts/modules/common/ | ||
H A D | glcCompressedFormatTests.cpp | 263 GLuint m_scaleLoc; member in glcts::__anon27555::SharedData 304 m_scaleLoc = gl.getUniformLocation(program, "scale"); in init() 396 return m_scaleLoc; in scaleLoc() |
Completed in 4 milliseconds