Lines Matching refs:value
781 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format)
782 : data(size * size, value), datas(size * size * 4), datab(size * size * 4)
842 << tcu::TestLog::Message << "GL_MAX_IMAGE_UNITS value is invalid." << tcu::TestLog::EndMessage;
848 << tcu::TestLog::Message << "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES value is invalid."
855 << tcu::TestLog::Message << "GL_MAX_VERTEX_IMAGE_UNIFORMS value is invalid."
862 << tcu::TestLog::Message << "GL_MAX_FRAGMENT_IMAGE_UNIFORMS value is invalid."
869 << tcu::TestLog::Message << "GL_MAX_COMBINED_IMAGE_UNIFORMS value is invalid."
876 << tcu::TestLog::Message << "GL_MAX_COMPUTE_IMAGE_UNIFORMS value is invalid."
1182 std::string GenFS(GLenum internalformat, const T& value)
1188 << TypePrefix<T>() << "vec4" << value << ");" NL " discard;" NL "}";
1193 std::string GenC(const T& value)
1202 << value << ";" NL "}";
1215 std::string GenCS(GLenum internalformat, const T& value)
1222 << TypePrefix<T>() << "vec4" << value << ");" NL "}";
1227 std::string GenC(const T& value)
1236 << TypePrefix<T>() << "vec4" << value << ";" NL "}";
1397 bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1403 ShortByteData<T> d(kSize, value, internalformat, format);
1539 bool ReadCS(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1543 ShortByteData<T> d(kSize, value, internalformat, format);
1639 bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
1644 ShortByteData<T> d(kSize, value, internalformat, format);
1732 std::string GenC(const T& value)
1741 << TypePrefix<T>() << "vec4" << value << ";" NL "}";
2305 bool Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
2314 std::vector<T> data(kSize * kSize * 2, value);
2522 bool Read(int target, GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum type)
2529 std::vector<T> data(kSize * kSize * 2, value);
4184 * known in advance the final value (see khronos
5137 << "BindImageTexture should generate INVALID_VALUE if <unit> is greater than or equal to the value of "