Home | History | Annotate | Download | only in main

Lines Matching defs:Programs

1955       /** Fields used by GLSL programs */
2030 * assembly-style programs), and MAX_PROGRAM_LOCAL_PARAMS entries
2063 /** Used by ARB assembly-style programs. Can only be true for vertex
2064 * programs.
2073 * State common to vertex and fragment programs.
2083 * Context state for vertex programs.
2091 /** Computed two sided lighting for fixed function/programs. */
2096 * programs, user-defined vertex programs and GLSL vertex shaders).
2109 /** Cache of fixed-function programs */
2116 * Context state for tessellation control programs.
2129 * Context state for tessellation evaluation programs.
2138 * Context state for geometry programs.
2142 /** Currently enabled and valid program (including internal programs
2143 * and compiled shader programs).
2149 * Context state for fragment programs.
2158 * programs, user-defined fragment programs and GLSL fragment shaders).
2171 /** Cache of fixed-function programs */
2177 * Context state for compute programs.
2181 /** Currently enabled and valid program (including internal programs
2182 * and compiled shader programs).
2901 * Programs used for rendering
3079 * \name Vertex/geometry/fragment programs
3082 struct _mesa_HashTable *Programs; /**< All vertex/fragment programs */
3329 * Limits for vertex, geometry and fragment programs/shaders.