Lines Matching refs:value
810 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format)
811 : data(size * size, value), datas(size * size * 4), datab(size * size * 4)
871 << tcu::TestLog::Message << "GL_MAX_IMAGE_UNITS value is invalid." << tcu::TestLog::EndMessage;
877 << tcu::TestLog::Message << "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES value is invalid."
884 << tcu::TestLog::Message << "GL_MAX_VERTEX_IMAGE_UNIFORMS value is invalid."
891 << tcu::TestLog::Message << "GL_MAX_FRAGMENT_IMAGE_UNIFORMS value is invalid."
898 << tcu::TestLog::Message << "GL_MAX_COMBINED_IMAGE_UNIFORMS value is invalid."
905 << tcu::TestLog::Message << "GL_MAX_COMPUTE_IMAGE_UNIFORMS value is invalid."
1216 std::string GenFS(GLenum internalformat, const T& value)
1222 << TypePrefix<T>() << "vec4" << value << ");" NL " discard;" NL "}";
1227 std::string GenC(const T& value)
1236 << value << ";" NL "}";
1249 std::string GenCS(GLenum internalformat, const T& value)
1256 << TypePrefix<T>() << "vec4" << value << ");" NL "}";
1261 std::string GenC(const T& value)
1270 << TypePrefix<T>() << "vec4" << value << ";" NL "}";
1432 bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1438 ShortByteData<T> d(kSize, value, internalformat, format);
1574 bool ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1578 ShortByteData<T> d(kSize, value, internalformat, format);
1675 bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1680 ShortByteData<T> d(kSize, value, internalformat, format);
1768 std::string GenC(const T& value)
1777 << TypePrefix<T>() << "vec4" << value << ";" NL "}";
2343 bool Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
2352 std::vector<T> data(kSize * kSize * 2, value);
2560 bool Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
2567 std::vector<T> data(kSize * kSize * 2, value);
5170 << "is greater than or equal to the value of MAX_IMAGE_UNITS." << tcu::TestLog::EndMessage;