Lines Matching defs:normalized
2142 return 1.0; /* Rest of the types cannot be normalized. */
2154 bool AttributeFormatTest::PrepareVAO(glw::GLint size, glw::GLenum type_gl_name, bool normalized,
2169 const glw::GLdouble scale = normalized ? NormalizationScaleFactor<T>() : 1.0;
2196 gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, normalized, 0);
2197 gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, normalized, 0);
2226 (normalized ? ", which was normalized." : ", which was not normalized.") :
2319 * @param [in] normalized Normalized values are expected.
2324 bool AttributeFormatTest::DrawAndCheck(glw::GLint size, bool normalized)
2360 const glw::GLdouble scale = normalized ? (1.0 / 16.0) /* Floating point scalling factor. */ : 1.0;
4957 "INVALID_OPERATION was not generated by VertexArrayAttribFormat if size is BGRA and normalized is FALSE.");