Lines Matching refs:code
2319 * @param source Source code
2420 /** Set shader's source code
2424 * @param source Shader source code
2428 const GLchar* code = source.c_str();
2430 gl.shaderSource(id, 1 /* count */, &code, 0 /* lengths */);
2700 * @param compute_shader Compute shader source code
2701 * @param fragment_shader Fragment shader source code
2702 * @param geometry_shader Geometry shader source code
2703 * @param tessellation_control_shader Tessellation control shader source code
2704 * @param tessellation_evaluation_shader Tessellation evaluation shader source code
2705 * @param vertex_shader Vertex shader source code
2760 * @param compute_shader Compute shader source code
2761 * @param fragment_shader Fragment shader source code
2762 * @param geometry_shader Geometry shader source code
2763 * @param tessellation_control_shader Tessellation control shader source code
2764 * @param tessellation_evaluation_shader Tessellation evaluation shader source code
2765 * @param vertex_shader Vertex shader source code
3171 * @param compute_shader Source code for compute stage
3172 * @param fragment_shader Source code for fragment stage
3173 * @param geometry_shader Source code for geometry stage
3174 * @param tess_ctrl_shader Source code for tessellation control stage
3175 * @param tess_eval_shader Source code for tessellation evaluation stage
3176 * @param vertex_shader Source code for vertex stage
3836 /** Get code that defines variable
3840 * @return String with code
3906 /** Get code that reference variable
3913 * @return String with code
4050 * @return code with defintion
4838 * @return String with code
4845 /** Get interface code for stage
4849 * @return String with code
5706 /** Get source code of shader
6471 /** Prepare code snippet that will pass in variables to out variables
6529 /** Prepare code snippet that will verify in and uniform variables
6560 /* For each in variable insert verification code */
6571 /* For each unifrom variable insert verification code */
6581 /* For each ssb variable insert verification code */
6640 /** Prepare code that will do assignment of single in to single out
8444 /** Prepare code snippet that will verify in and uniform variables
8562 /** Prepare code snippet that will verify in and uniform variables
8807 /** Prepare code snippet that will verify in and uniform variables
10779 /** Prepare code snippet that will verify in and uniform variables
12760 /** Prepare code snippet that will verify in and uniform variables
12985 /** Prepare code snippet that will pass in variables to out variables
13501 /** Prepare code snippet that will pass in variables to out variables
19861 /** Prepare code snippet that will set out variables
24467 // the function "getType(test_case_index)" can't return correct data type, so change code as following:
25063 /** Get source code of shader
26242 /** Get source code of shader
26675 /** Get source code of shader
27051 /** Get source code of shader
27401 /** Get source code of shader
27943 /** Get source code of shader
28394 /** Get source code of shader