Home | History | Annotate | Download | only in gl

Lines Matching defs:vector

42 #include <vector>
1347 const std::vector<std::string>& extensions = context.getContextInfo().getExtensions();
1953 std::vector<glw::GLuint> texture_data;
2340 std::vector<GLuint> texture_data;
2363 std::vector<GLuint> texture_data;
2432 std::vector<glw::GLuint> texture_data;
2910 std::vector<GLuint> data;
3001 result = "inside vector variable initializer";
3926 std::vector<GLuint> data;
4974 " vec4 vector;\n"
4998 " (VECTOR != c2) ||\n"
5001 " (VECTOR != c4.vector) ||\n"
5003 " (VECTOR != c5[0]) ||\n"
5004 " (VECTOR != c5[1]) ||\n"
5005 " (VECTOR != c5[2]) ||\n"
5006 " (VECTOR != c5[3]) ||\n"
5007 " (VECTOR != c5[4]) ||\n"
5008 " (VECTOR != c5[5]) ||\n"
5009 " (VECTOR != c5[6]) ||\n"
5010 " (VECTOR != c5[7]) ||\n"
5011 " (VECTOR != c5[8]) ||\n"
5012 " (VECTOR != c5[9]) ||\n"
5013 " (VECTOR != c5[10]) ||\n"
5014 " (VECTOR != c5[11]) ||\n"
5015 " (VECTOR != c5[12]) ||\n"
5016 " (VECTOR != c5[13]) ||\n"
5017 " (VECTOR != c5[14]) )\n"
5186 vector = "vec4(0.5, 0.125, 0.375, 0)";
5228 Utils::replaceAllTokens("VECTOR", vector, out_source.m_parts[0].m_code);
10209 std::vector<GLuint> texture_data;
10502 std::vector<GLuint> texture_data;
10776 std::vector<GLuint> texture_data;
11296 std::vector<GLuint> texture_data;
13629 case VECTOR:
13702 case VECTOR:
13750 case VECTOR:
13817 case VECTOR:
14131 case VECTOR:
14219 case VECTOR:
14356 case VECTOR:
14419 case VECTOR:
14461 /** Get string representing array of vector constructors
14464 * @param size Size of vector
14485 /** Get string representing array of vector initializers
14488 * @param size Size of vector
14509 /** Get string representing vector constructor
14512 * @param size Size of vector
14530 /** Get string representing vector initializer
14533 * @param size Size of vector
14548 /** Get string representing sum of vector array. Token INDEX in name will be replaced with element index.
14552 * @param size Size of vector
14582 * @param vector_name Name of vector variable
14583 * @param size Size of vector
14609 /** Get string representing vector values
14612 * @param size Size of vector
15590 /** Get string reresenting initialization of local vector variables
15592 * @param type Basic type of vector
17983 std::vector<const GLchar*> parts;
17984 std::vector<GLint> lengths_vector;
18024 std::vector<glw::GLchar> message;
18046 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format)
18075 void Utils::program::getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const
18246 std::vector<glw::GLchar> message;