Lines Matching defs:function
211 * This function is a fallback.
1263 * A hardware driver might override this function if, for example, the
1381 * Helper function to determine whether a target and specific compression
1632 * Helper function to determine if a texture object is mutable (in terms
1773 * \param callerName name of the caller function to print in the error message
3183 * logic to be inlined without inlining the function into all the callers.
3705 * and then called this function with its handle?
4976 const char *function,
4989 "%s(buffer texture)", function);
4995 "%s(compressed texture)", function);
5003 function,
5013 function,
5025 function);
5040 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid format)", function);
5050 const char *function,
5055 texObj = _mesa_lookup_texture_err(ctx, texture, function);
5060 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(unbound tex)", function);
5071 * need to be concerned with multiple gl_texture_images. This function
5078 const char *function,
5087 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid level)", function);
5103 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid level)", function);