Searched defs:sh_prog (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ | ||
H A D | program_binary.c | 173 write_program_payload(struct gl_context *ctx, struct blob *blob, struct gl_shader_program *sh_prog) write_program_payload() argument 199 read_program_payload(struct gl_context *ctx, struct blob_reader *blob, GLenum binary_format, struct gl_shader_program *sh_prog) read_program_payload() argument 221 _mesa_get_program_binary_length(struct gl_context *ctx, struct gl_shader_program *sh_prog, GLint *length) _mesa_get_program_binary_length() argument 233 _mesa_get_program_binary(struct gl_context *ctx, struct gl_shader_program *sh_prog, GLsizei buf_size, GLsizei *length, GLenum *binary_format, GLvoid *binary) _mesa_get_program_binary() argument 272 _mesa_program_binary(struct gl_context *ctx, struct gl_shader_program *sh_prog, GLenum binary_format, const GLvoid *binary, GLsizei length) _mesa_program_binary() argument [all...] |
Completed in 2 milliseconds