Searched refs:get_uniform_name (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferActiveUniformValidation.hpp145 std::string get_uniform_name() const function in class:glcts::TextureParameters
H A DesextcTextureBufferActiveUniformValidation.cpp275 else if (strncmp(&nameValue[0], param->get_uniform_name().c_str(), m_param_value_size))
278 << "expected uniform name is: " << param->get_uniform_name().c_str() << "\n"
558 glw::GLint location = gl.getUniformLocation(m_po_id, (*params)[i].get_uniform_name().c_str());

Completed in 135 milliseconds