Home | History | Annotate | Download | only in main

Lines Matching defs:Programs

2034  * State common to vertex and fragment programs.
2044 * Context state for vertex programs.
2052 /** Computed two sided lighting for fixed function/programs. */
2057 * programs, user-defined vertex programs and GLSL vertex shaders).
2074 /** Cache of fixed-function programs */
2082 * Context state for geometry programs.
2090 /** Currently enabled and valid program (including internal programs
2091 * and compiled shader programs).
2097 /** Cache of fixed-function programs */
2102 * Context state for fragment programs.
2111 * programs, user-defined fragment programs and GLSL fragment shaders).
2124 /** Cache of fixed-function programs */
2295 * build separate shader objects for fixed function programs, which
2430 * Programs used for rendering
2569 * \name Vertex/geometry/fragment programs
2572 struct _mesa_HashTable *Programs; /**< All vertex/fragment programs */
2740 * Limits for vertex, geometry and fragment programs/shaders.