Lines Matching defs:vector
42 #include <vector>
1345 const std::vector<std::string>& extensions = context.getContextInfo().getExtensions();
1982 std::vector<glw::GLuint> texture_data;
2369 std::vector<GLuint> texture_data;
2392 std::vector<GLuint> texture_data;
2461 std::vector<glw::GLuint> texture_data;
2939 std::vector<GLuint> data;
3030 result = "inside vector variable initializer";
3953 std::vector<GLuint> data;
4999 " vec4 vector;\n"
5026 " (VECTOR != c4.vector) ||\n"
5211 static const GLchar* vector = "vec4(0.5, 0.125, 0.375, 0)";
5252 Utils::replaceAllTokens("VECTOR", vector, out_source.m_parts[0].m_code);
10217 std::vector<GLuint> texture_data;
10508 std::vector<GLuint> texture_data;
10781 std::vector<GLuint> texture_data;
11299 std::vector<GLuint> texture_data;
14548 /** Get string representing array of vector constructors
14551 * @param size Size of vector
14572 /** Get string representing array of vector initializers
14575 * @param size Size of vector
14596 /** Get string representing vector constructor
14599 * @param size Size of vector
14617 /** Get string representing vector initializer
14620 * @param size Size of vector
14635 /** Get string representing sum of vector array. Token INDEX in name will be replaced with element index.
14639 * @param size Size of vector
14669 * @param vector_name Name of vector variable
14670 * @param size Size of vector
14696 /** Get string representing vector values
14699 * @param size Size of vector
15671 /** Get string reresenting initialization of local vector variables
15673 * @param type Basic type of vector
18057 std::vector<const GLchar*> parts;
18058 std::vector<GLint> lengths_vector;
18098 std::vector<glw::GLchar> message;
18120 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format)
18149 void Utils::program::getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const
18320 std::vector<glw::GLchar> message;