Lines Matching defs:normalized
3623 * @param normalized Selects if values should be normalized
3627 void VertexArray::Attribute(GLuint index, const Type& type, GLuint n_array_elements, GLboolean normalized,
3632 AttribPointer(gl, index, type, n_array_elements, normalized, stride, pointer);
3652 * @param normalized Selects if values should be normalized
3657 GLboolean normalized, GLsizei stride, const GLvoid* pointer)
3685 gl.vertexAttribPointer(index, size, gl_type, normalized, stride, ptr);
3997 * @param normalized Selects if data should be normalized
4003 GLint expected_location, const Type& type, GLboolean normalized,
4010 , m_normalized(normalized)
4285 * @param normalized Selects if data should be normalized
4293 GLint expected_location, const Type& type, GLboolean normalized,
4296 return AddMember(Variable::Descriptor(name, qualifiers, expected_component, expected_location, type, normalized,
4307 * @param normalized Selects if data should be normalized
8749 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
8753 0 /* expected_component */, 0 /* expected_location */, type, false /* normalized */,
8757 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
8761 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
8765 false /* normalized */, 0 /* n_array_elements */, base_stride, fifth_offset);
8768 false /* normalized */, 2 /* n_array_elements */, array_align * 2, sixth_offset);
8771 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
10587 false /* normalized */, 0 /* n_array_elements */, Utils::Type::vec4.GetSize(), 0 /* offset */);
10590 false /* normalized */, 0 /* n_array_elements */, Utils::Type::_float.GetSize(),
10597 false /* normalized */, 0 /* n_array_elements */, vec4_stride, first_offset /* offset */);
10606 false /* normalized */, 3 /* n_array_elements */, vec4_stride, fourth_offset);
10609 false /* normalized */, 2 /* n_array_elements */, vec4_stride, fifth_offset);
10721 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
10725 0 /* expected_component */, 0 /* expected_location */, type, false /* normalized */,
10729 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
10733 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
10737 false /* normalized */, 0 /* n_array_elements */, base_stride, fifth_offset);
10740 false /* normalized */, 2 /* n_array_elements */, array_align * 2, sixth_offset);
10743 0 /* expected_location */, type, false /* normalized */, 0 /* n_array_elements */, base_stride,
12351 false /* normalized */, 0 /* n_array_elements */, Utils::Type::vec4.GetSize(), 0 /* offset */);
12354 false /* normalized */, 0 /* n_array_elements */, Utils::Type::_float.GetSize(),
12361 false /* normalized */, 0 /* n_array_elements */, vec4_stride, first_offset /* offset */);
12370 false /* normalized */, 3 /* n_array_elements */, vec4_stride, fourth_offset);
12373 false /* normalized */, 2 /* n_array_elements */, vec4_stride, fifth_offset);
12567 first_in_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, 0u /* n_array_elements */,
12572 last_in_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
12582 first_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
12588 last_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, 0u /* n_array_elements */,
12700 GL_FALSE /* normalized */, 0u /* n_array_elements */, 16 /* stride */, 0u /* offset */,
12704 GL_FALSE /* normalized */, 0u /* n_array_elements */, 16 /* stride */, 16u /* offset */,
12847 vao.Attribute(m_loc_vertex /* vertex_index */, Utils::Type::uint, 0 /* array_elements */, false /* normalized */,
12851 false /* normalized */, 0 /* stride */, (GLvoid*)sizeof(vertex_index_data) /* offset */);
12937 first_in_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
12943 last_in_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
12953 first_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
12959 last_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */,
13037 structure->Member("single", "" /* qualifiers */, 0 /* component */, 0 /* location */, type, false /* normalized */,
13042 false /* normalized */, 1u /* n_array_elements */, 0u /* stride */, type.GetSize() /* offset */);
13044 si.Input("vs_in_single", "layout (location = 0)", 0 /* component */, 0 /* location */, type, false /* normalized */,
13048 si.Input("vs_in_array", "layout (location = 8)", 0 /* component */, 8 /* location */, type, false /* normalized */,
13560 block->Member("fifth", "" /* qualifiers */, 0 /* component */, 4 /* location */, vec4, false /* normalized */,
13564 false /* normalized */, 0u /* n_array_elements */, 0u /* stride */, third_offset /* offset */);
13566 block->Member("fourth", "" /* qualifiers */, 0 /* component */, 3 /* location */, vec4, false /* normalized */,
13573 si.Input("vs_in_third", "layout (location = 0)", 0 /* component */, 0 /* location */, vec4, false /* normalized */,
13577 si.Input("vs_in_fourth", "layout (location = 1)", 0 /* component */, 1 /* location */, vec4, false /* normalized */,
13581 si.Input("vs_in_fifth", "layout (location = 2)", 0 /* component */, 2 /* location */, vec4, false /* normalized */,
15277 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */,
15284 GL_FALSE /* normalized */, array_length /* n_array_elements */, 0u /* stride */,
19733 goku_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19738 Utils::Variable::m_automatic_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19743 goten_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19748 Utils::Variable::m_automatic_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19912 m_goku_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19916 Utils::Variable::m_automatic_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19920 m_goten_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,
19924 Utils::Variable::m_automatic_location /* expected_location */, type /* type */, GL_FALSE /* normalized */,